This commit is contained in:
2021-12-17 13:47:24 +01:00
parent 010572211c
commit 57b6142a31
14 changed files with 110 additions and 21 deletions

View File

@@ -8,6 +8,7 @@
#include "config.h"
#include "ota.h"
#include "game.h"
#include "led.h"
uint32_t looptime = 0;
@@ -26,6 +27,7 @@ void setup()
initAudio();
initRfid();
initSensor();
initLed();
initGame();
}
@@ -34,6 +36,7 @@ void loop()
looptime = millis();
handlePower();
handleLed();
if (getPowerState() == POWERSTATES::on)
{