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.
1 parent 6fc9415 commit 7f764c5Copy full SHA for 7f764c5
examples/vl53l1x_multiple_on_same_i2c_bus.py
@@ -45,7 +45,7 @@
45
if i < len(xshut) - 1:
46
# default address is 0x29. Change that to something else
47
vl53[i].set_address(
48
- i2c, i + 0x30
+ i + 0x30
49
) # address assigned should NOT be already in use
50
# there is a helpful list of pre-designated I2C addresses for various I2C devices at
51
# https://learn.adafruit.com/i2c-addresses/the-list
0 commit comments