Made motor driver independent task
This commit is contained in:
@ -23,6 +23,10 @@ pub enum Commands {
|
||||
ButtonTimerExpired,
|
||||
ButtonTimerRestart,
|
||||
ButtonTimerClear,
|
||||
|
||||
NotifyMotorUp,
|
||||
NotifyMotorDown,
|
||||
NotifyMotorStop,
|
||||
}
|
||||
|
||||
pub type CmdType = std::mem::Discriminant<Commands>;
|
||||
|
||||
Reference in New Issue
Block a user