use sparkfun lib for sensors adafruit has issues

This commit is contained in:
2021-07-28 08:19:40 +02:00
parent 3d740c9387
commit 2873d56b58
16 changed files with 626 additions and 577 deletions

10
battery.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "battery.h"
void initBattery(void)
{
}
void handleBattery(void)
{
}