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 2aa35d0 + eaa79a0 commit dadab1cCopy full SHA for dadab1c
examples/tsc2007_simpletest.py
@@ -7,7 +7,8 @@
7
import adafruit_tsc2007
8
9
# Use for I2C
10
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
11
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
12
13
irq_dio = None # don't use an irq pin by default
14
# uncomment for optional irq input pin so we don't continuously poll the I2C for touches
0 commit comments