updated to gameclass merged with v1.1 power
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user