update schematic and add production files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
#include "power.h"
|
||||
#include "storage.h"
|
||||
#include "audio.h"
|
||||
#include "rfid.h"
|
||||
@@ -10,9 +10,10 @@
|
||||
|
||||
void setup()
|
||||
{
|
||||
initPower();
|
||||
Serial.begin(115200);
|
||||
delay(2000);
|
||||
|
||||
|
||||
initStorage();
|
||||
initConfig();
|
||||
initAudio();
|
||||
@@ -25,6 +26,7 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
handleAudio();
|
||||
handleRfid();
|
||||
//handleRfid();
|
||||
handleGame();
|
||||
handlePower();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user