This commit is contained in:
reto
2022-11-05 15:51:00 +01:00
parent ecaef821d5
commit 6941009015

View File

@ -54,7 +54,7 @@ void loop(void)
power_mW = ina219.getPower_mW();
loadvoltage = busvoltage + (shuntvoltage / 1000);
current_mA_m
// current_mA_m
// Serial.print("Bus Voltage (V): "); Serial.print(busvoltage); Serial.println(" V");
// Serial.print("Shunt Voltage (mV): "); Serial.print(shuntvoltage); Serial.println(" mV");