We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac896f4 + 2ecd622 commit 9ce96f7Copy full SHA for 9ce96f7
examples/ina260_simpletest.py
@@ -5,6 +5,6 @@
5
i2c = board.I2C()
6
ina260 = adafruit_ina260.INA260(i2c)
7
while True:
8
- print("Current: %.2f mV Voltage: %.2f V Power:%.2f mW"
+ print("Current: %.2f mA Voltage: %.2f V Power:%.2f mW"
9
%(ina260.current, ina260.voltage, ina260.power))
10
time.sleep(1)
0 commit comments