Public release

This commit is contained in:
Dave Allie
2025-12-03 22:06:45 +11:00
commit 2ccdbeecc8
54 changed files with 33356 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include <BatteryMonitor.h>
#define BAT_GPIO0 0 // Battery voltage
static BatteryMonitor battery(BAT_GPIO0);