We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8259ff9 + 39f2fdb commit 5697111Copy full SHA for 5697111
examples/tsl2591_simpletest.py
@@ -9,6 +9,7 @@
9
10
# Create sensor object, communicating over the board's default I2C bus
11
i2c = board.I2C() # uses board.SCL and board.SDA
12
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
13
14
# Initialize the sensor.
15
sensor = adafruit_tsl2591.TSL2591(i2c)
0 commit comments