Skip to content

Commit bc7a2f9

Browse files
authored
Update README.rst
1 parent 398b596 commit bc7a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Usage Example
6666
import adafruit_adt7410
6767
6868
i2c = board.I2C() # uses board.SCL and board.SDA
69-
adt = adafruit_adt7410.ADT7410(i2c_bus, address=0x48)
69+
adt = adafruit_adt7410.ADT7410(i2c, address=0x48)
7070
adt.high_resolution = True
7171
7272
while True:

0 commit comments

Comments
 (0)