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 791d076 commit 8052acbCopy full SHA for 8052acb
examples/ina219_simpletest.py
@@ -38,7 +38,7 @@
38
print("Voltage (VIN-) : {:6.3f} V".format(bus_voltage))
39
print("Shunt Voltage : {:8.5f} V".format(shunt_voltage))
40
print("Shunt Current : {:7.4f} A".format(current / 1000))
41
- print("Power Calc. : {:8.5f} W".format(bus_voltage*(current/1000)))
+ print("Power Calc. : {:8.5f} W".format(bus_voltage * (current / 1000)))
42
print("Power Register : {:6.3f} W".format(power))
43
print("")
44
0 commit comments