Skip to content

Commit af0aca8

Browse files
authored
Merge pull request #24 from spuder/patch-1
Fix typo
2 parents 16f949d + 3f78f36 commit af0aca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neotrellis_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# create the i2c object for the trellis
99
i2c_bus = board.I2C() # uses board.SCL and board.SDA
10-
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
10+
# i2c_bus = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
1111

1212
# create the trellis
1313
trellis = NeoTrellis(i2c_bus)

0 commit comments

Comments
 (0)