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 38c5efb commit 19e4633Copy full SHA for 19e4633
libraries/INA226/examples/INA226_demo_2/INA226_demo_2.ino
@@ -55,7 +55,7 @@ void loop()
55
Serial.print("\t");
56
Serial.print(bv * cu, 2);
57
58
- Serial.print((po - bv * cu), 2);
+ Serial.print((bv * cu) - po, 2);
59
Serial.println();
60
delay(500);
61
}
0 commit comments