firmware release 1.2

fixed MSboard, game class prep, power impr.
This commit is contained in:
2021-03-29 11:10:57 +02:00
parent 095e650457
commit 04b1235f1a
17 changed files with 222 additions and 113 deletions

View File

@@ -18,10 +18,12 @@ public:
e_ledcolor getColor( void ){return _color;}
uint8_t getIndex( void ) {return _index;}
bool isChanged( void ) {return changed();}
};
bool anybutton(void);
bool anyButtonChanged(void);
void initButtons(void);
void handleButtons(void);
c_button *getButton(unsigned int index);
@@ -34,4 +36,5 @@ bool buttonIsPressed(uint16_t index);
bool buttonWasPressed(e_ledcolor index);
#endif //BUTTONSH