manufacturing
This commit is contained in:
@@ -4,9 +4,18 @@
|
||||
#include "led.h"
|
||||
#include "buttons.h"
|
||||
#include "vector"
|
||||
#include "game.h"
|
||||
|
||||
class c_simpleLed : public c_game
|
||||
{
|
||||
void runGame(void);
|
||||
void initGame(void);
|
||||
};
|
||||
|
||||
|
||||
void initSimpleLed( void );
|
||||
void handleSimpleLed( void );
|
||||
bool getStatusSimpleLed( void );
|
||||
|
||||
|
||||
#endif //SIMPLELEDH
|
||||
Reference in New Issue
Block a user