adafruit / Adafruit_CircuitPython_VL53L4CD

CircuitPython helper library for the VL53L4CD time of flight distance sensor.
MIT License
4 stars 6 forks source link

add set_address to change the I2C address #7

Closed Neradoc closed 2 years ago

Neradoc commented 2 years ago

closes #6 Copied from VL53L1X. Added the example too.

ben-mallett commented 2 years ago

I used this on raspberry pi 3b+ with 3 vl53l4cd sensors and it successfully changed the i2c address enabling multisensor reads on the same i2c bus.