Skip to content

Commit 9ce96f7

Browse files
authored
Merge pull request #6 from siddacious/master
fixing typo in example
2 parents ac896f4 + 2ecd622 commit 9ce96f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ina260_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
i2c = board.I2C()
66
ina260 = adafruit_ina260.INA260(i2c)
77
while True:
8-
print("Current: %.2f mV Voltage: %.2f V Power:%.2f mW"
8+
print("Current: %.2f mA Voltage: %.2f V Power:%.2f mW"
99
%(ina260.current, ina260.voltage, ina260.power))
1010
time.sleep(1)

0 commit comments

Comments
 (0)