We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f949d + 3f78f36 commit af0aca8Copy full SHA for af0aca8
examples/neotrellis_simpletest.py
@@ -7,7 +7,7 @@
7
8
# create the i2c object for the trellis
9
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
+# i2c_bus = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
11
12
# create the trellis
13
trellis = NeoTrellis(i2c_bus)
0 commit comments