manufacturing

This commit is contained in:
2021-02-18 19:54:08 +01:00
parent d36d67bd2c
commit f96d466f25
47 changed files with 14869 additions and 26 deletions

View File

@@ -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