Skip to content

Commit 1d76d6e

Browse files
authored
Update ds248x_simpletest.py
stemma_i2c to i2c
1 parent fbea940 commit 1d76d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ds248x_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from adafruit_ds248x import Adafruit_DS248x
1010

1111
# Initialize I2C bus and DS248x
12-
i2c = board.STEMMA_I2C()
12+
i2c = board.I2C()
1313
ds248x = Adafruit_DS248x(i2c)
1414

1515
rom = bytearray(8)

0 commit comments

Comments
 (0)