mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
added dfu button to debug app
This commit is contained in:
parent
8382eaf45f
commit
bcefa774cd
10 changed files with 27 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue