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 bb439c1 commit 8ecba9fCopy full SHA for 8ecba9f
examples/ina219_simpletest.py
@@ -21,6 +21,7 @@
21
shunt_voltage = ina219.shunt_voltage
22
current = ina219.current
23
24
+ # INA219 measure bus voltage on the load side. So power supply voltage = busVoltage+shuntVoltage
25
print("PSU Voltage: {:6.3f} V".format(bus_voltage + shunt_voltage))
26
print("Shunt Voltage: {:9.6f} V".format(shunt_voltage))
27
print("Load Voltage: {:6.3f} V".format(bus_voltage))
0 commit comments