We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111487d commit 016c967Copy full SHA for 016c967
examples/veml7700_simpletest.py
@@ -6,6 +6,7 @@
6
import adafruit_veml7700
7
8
i2c = board.I2C() # uses board.SCL and board.SDA
9
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
10
veml7700 = adafruit_veml7700.VEML7700(i2c)
11
12
while True:
0 commit comments