work in progress on switching to direct mode
This commit is contained in:
@ -23,10 +23,15 @@ pub enum Commands {
|
||||
ButtonTimerExpired,
|
||||
ButtonTimerRestart,
|
||||
ButtonTimerClear,
|
||||
PairTimerExpired,
|
||||
AllowPairing, // Also serves as the timer restart command
|
||||
PairTimerClear,
|
||||
|
||||
NotifyMotorUp {data: u8},
|
||||
NotifyMotorDown {data: u8},
|
||||
NotifyMotorStop {data: u8},
|
||||
|
||||
EraseBleBonds,
|
||||
}
|
||||
|
||||
#[non_exhaustive]
|
||||
|
||||
Reference in New Issue
Block a user