work in progress on switching to direct mode

This commit is contained in:
2024-08-24 20:53:20 -04:00
parent a53584ab82
commit 802285d0ec
5 changed files with 99 additions and 8 deletions

View File

@ -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]