adafruit / Adafruit_CircuitPython_VL53L1X

CircuitPython module for interacting with the VL53L1X distance sensor.
MIT License
8 stars 11 forks source link

Update multi-sensor set_address example. #6

Closed kattni closed 2 years ago

kattni commented 2 years ago

The original example did not actually update the distance data. I cleaned it up overall, added a I2C address print, and updated the distance data code to function properly.