Skip to content

Commit 130e006

Browse files
committed
Update pins to more common pin names.
1 parent f6f8151 commit 130e006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/vl53l1x_set_address_multiple_sensors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
i2c = board.I2C()
2121

2222
xshut = [
23+
# Update the D6 and D5 pins to match the pins to which you wired your sensor XSHUT pins.
2324
digitalio.DigitalInOut(board.D6),
24-
digitalio.DigitalInOut(board.D25),
25+
digitalio.DigitalInOut(board.D5),
2526
# Add more VL53L1X sensors by defining their XSHUT pins here.
2627
]
2728

0 commit comments

Comments
 (0)