update rfid firmware

This commit is contained in:
2021-10-17 13:26:15 +02:00
parent 8518f17ab0
commit b1703cde41
10 changed files with 63 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
#include <Arduino.h>
#include "SerialDebug.h"
#include "power.h"
#include "storage.h"
@@ -8,6 +9,7 @@
#include "game.h"
void setup()
{
initPower();
@@ -25,6 +27,8 @@ void setup()
void loop()
{
debugHandle();
handleAudio();
//handleRfid();
handleGame();