We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ee72b + c1e1e36 commit ffab76fCopy full SHA for ffab76f
1 file changed
examples/vcnl4040_simpletest.py
@@ -5,7 +5,8 @@
5
import board
6
import adafruit_vcnl4040
7
8
-i2c = board.I2C()
+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
sensor = adafruit_vcnl4040.VCNL4040(i2c)
11
12
while True:
0 commit comments