This commit is contained in:
richonguzman
2025-04-24 11:09:39 -04:00
parent d70a35de1c
commit 0af4670dee
4 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -8,10 +8,10 @@ namespace BATTERY_Utils {
void adcCalibration();
void adcCalibrationCheck();
void setup();
float checkInternalVoltage();
float checkExternalVoltage();
void checkIfShouldSleep(); // ????
void startupBatteryHealth();
String generateEncodedTelemetryBytes(float value, bool firstBytes, byte voltageType);