mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-04 13:02:47 +00:00
added dfu button to debug app
This commit is contained in:
@@ -33,9 +33,10 @@ enum class Switch {
|
||||
Down = 2,
|
||||
Up = 3,
|
||||
Sel = 4,
|
||||
Dfu = 5,
|
||||
};
|
||||
|
||||
using SwitchesState = std::bitset<5>;
|
||||
using SwitchesState = std::bitset<6>;
|
||||
|
||||
using EncoderPosition = uint32_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user