firmware recovery 1.3RC

This commit is contained in:
2021-06-14 08:19:45 +02:00
parent d32deb73b5
commit f4e23386ef
15 changed files with 237 additions and 203 deletions

View File

@@ -18,9 +18,9 @@ private:
void nextPattern(void);
public:
c_chaingame(): c_game{chaingame} {}
c_chaingame(e_ledcolor gamecolor): c_game{chaingame, gamecolor} {}
void runGame(void);
void initGame(void);
bool initGame(void);
void resetGame(void);
};