update rfid firmware
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user