Skip to content

Commit 2ecd622

Browse files
committed
fixing typo in example
1 parent ac896f4 commit 2ecd622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ina260_simpletest.py

Lines changed: 1 addition & 1 deletion
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)