Basic bluetooth functionality
This commit is contained in:
@ -14,7 +14,7 @@ pub enum Commands {
|
||||
// Inputs from bluetooth
|
||||
BluetoothUp {data: u8},
|
||||
BluetoothDown {data: u8},
|
||||
BluetoothStop {_data: u8}, // There is no state where releasing the stop button induces a change.
|
||||
BluetoothStop {data: u8}, // There is no state where releasing the stop button induces a change.
|
||||
|
||||
// Internal messages
|
||||
StopTimerExpired, // Sent when the 2 second stop sequence is complete
|
||||
|
||||
Reference in New Issue
Block a user