feat: started game design

This commit is contained in:
2021-12-10 17:15:22 +01:00
parent 94017d771c
commit 7e73a3fbd4
18 changed files with 351 additions and 146 deletions

View File

@@ -2,8 +2,8 @@
#include "board.h"
#include "Arduino.h"
#include "SerialDebug.h"
#define TIMEOUT_POWER (5 * 1000 * 60) //5minutes timeout
void initPower(void);
void handlePower(void);