We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cbb14 commit 2f5b3b0Copy full SHA for 2f5b3b0
examples/Example4_MAX17048_KitchenSink/Example4_MAX17048_KitchenSink.ino
@@ -161,10 +161,10 @@ void loop()
161
Serial.print(lipo.getAlert()); // Print the generic alert flag
162
163
Serial.print(" Voltage High Alert: ");
164
- Serial.println(lipo.isVoltageHigh()); // Print the alert flag
+ Serial.print(lipo.isVoltageHigh()); // Print the alert flag
165
166
Serial.print(" Voltage Low Alert: ");
167
- Serial.println(lipo.isVoltageLow()); // Print the alert flag
+ Serial.print(lipo.isVoltageLow()); // Print the alert flag
168
169
Serial.print(" Empty Alert: ");
170
Serial.print(lipo.isLow()); // Print the alert flag
0 commit comments