Schema + PCB

This commit is contained in:
2024-01-14 13:24:30 +01:00
parent 83b5e1c5e9
commit cf8645444d
10 changed files with 104721 additions and 347 deletions

View File

@@ -116,6 +116,7 @@ uint32_t getBatteryVoltageMv() {
uint32_t voltage = analogReadMilliVolts(BAT_VOLTAGE_PIN);
Serial.print("Battery Voltage: ");
Serial.println(voltage*2);
Serial.println(" mV");
return voltage*2;//*2 because of the voltage divider.
}