modified games

This commit is contained in:
willem oldemans
2020-12-08 18:38:35 +01:00
parent 43fcb87efc
commit 32ae7afe35
9 changed files with 489 additions and 139 deletions

8
src/simpleled.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef SIMPLELEDH
#define SIMPLELEDH
void initSimpleLed( void );
void handleSimpleLed( void );
#endif //SIMPLELEDH