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 e00c490 + ee3895a commit 40a0640Copy full SHA for 40a0640
examples/vl53l1x_set_address_multiple_sensors.py
@@ -17,7 +17,8 @@
17
import adafruit_vl53l1x
18
19
# Define the I2C pins.
20
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
21
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
22
23
xshut = [
24
# Update the D6 and D5 pins to match the pins to which you wired your sensor XSHUT pins.
examples/vl53l1x_simpletest.py
@@ -10,7 +10,8 @@
10
import board
11
12
13
14
15
16
vl53 = adafruit_vl53l1x.VL53L1X(i2c)
0 commit comments