updated to gameclass merged with v1.1 power

This commit is contained in:
2021-05-09 22:07:01 +02:00
parent f19e7b79f4
commit ef9d84b09d
12 changed files with 378 additions and 297 deletions

View File

@@ -9,13 +9,10 @@
class c_simpleLed : public c_game
{
public:
c_simpleLed(e_game game): c_game{game} {}
c_simpleLed(): c_game{simpleled} {}
void runGame(void);
void initGame(void);
void resetGame(void);
};
void initSimpleLed(void);
void handleSimpleLed(bool newstate);
bool getStatusSimpleLed(void);
#endif //SIMPLELEDH