Add ADS1X15 code

This commit is contained in:
2021-11-28 12:19:21 +01:00
parent b42ad028ed
commit e37b1120ff
5 changed files with 45 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
#include "storage.h"
#include "audio.h"
#include "rfid.h"
#include "sensor.h"
#include "config.h"
#include "ota.h"
#include "game.h"
@@ -20,7 +21,7 @@ void setup()
//initOta();
initAudio();
initRfid();
initSensor();
initGame();
}
@@ -30,7 +31,8 @@ void loop()
debugHandle();
handleAudio();
//handleRfid();
handleRfid();
handleSensor
//handleGame();
handlePower();
//handleOta();