We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2fcc8 + bb9f520 commit a6ac3f8Copy full SHA for a6ac3f8
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