assembly output + json testing

This commit is contained in:
2021-10-04 17:07:15 +02:00
parent 584f88dec7
commit 7fada51a42
7 changed files with 1031 additions and 924 deletions

View File

@@ -4,6 +4,7 @@
#include "storage.h"
#include "audio.h"
#include "rfid.h"
#include "config.h"
#include "game.h"
@@ -13,9 +14,12 @@ void setup()
delay(2000);
initStorage();
initConfig();
initAudio();
initRfid();
initGame();
}
void loop()