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.
1 parent 7929b0b commit 2a72718Copy full SHA for 2a72718
examples/tca9548a_multisensor.py
@@ -10,6 +10,7 @@
10
11
# Create I2C bus as normal
12
i2c = board.I2C() # uses board.SCL and board.SDA
13
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
14
15
# Create the TCA9548A object and give it the I2C bus
16
tca = adafruit_tca9548a.TCA9548A(i2c)
examples/tca9548a_simpletest.py
@@ -7,6 +7,7 @@
7
8
9
0 commit comments