Skip to content

Commit 7343f9c

Browse files
Merge pull request #23 from matsujirushi/patch-1
Fix variable name in README.rst
2 parents 398b596 + bc7a2f9 commit 7343f9c

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)