firmware release 1.2
fixed MSboard, game class prep, power impr.
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
class c_simpleLed : public c_game
|
||||
{
|
||||
public:
|
||||
c_simpleLed(e_game game): c_game{game} {}
|
||||
void runGame(void);
|
||||
void initGame(void);
|
||||
};
|
||||
|
||||
|
||||
void initSimpleLed( void );
|
||||
void handleSimpleLed( void );
|
||||
bool getStatusSimpleLed( void );
|
||||
|
||||
void initSimpleLed(void);
|
||||
void handleSimpleLed(bool newstate);
|
||||
bool getStatusSimpleLed(void);
|
||||
|
||||
#endif //SIMPLELEDH
|
||||
Reference in New Issue
Block a user