Skip to content

Commit 437d55d

Browse files
nvtkaszpirkattni
andauthored
Update examples/ina219_simpletest.py
Co-authored-by: Kattni <[email protected]>
1 parent 40e7afa commit 437d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ina219_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
i2c_bus = board.I2C()
99

10-
ina219 = INA219(i2c_bus=i2c_bus, addr=0x40)
10+
ina219 = INA219(i2c_bus)
1111

1212
print("ina219 test")
1313

0 commit comments

Comments
 (0)