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 55482d1 + b7da2af commit ae24134Copy full SHA for ae24134
examples/tcs34725_simpletest.py
@@ -10,6 +10,7 @@
10
11
# Create sensor object, communicating over the board's default I2C bus
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
sensor = adafruit_tcs34725.TCS34725(i2c)
15
16
# Change sensor integration time to values between 2.4 and 614.4 milliseconds
0 commit comments