assembly output + json testing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user