adafruit / Adafruit_CircuitPython_VL53L0X

CircuitPython module for interacting with the VL53L0X distance sensor.
MIT License
38 stars 26 forks source link

added ability to use multiple VL53L0X on the same I2C bus #12

Closed 2bndy5 closed 4 years ago

2bndy5 commented 5 years ago

Question

I've hinted at the different labeling on non-Adafruit branded breakout boards ("SHDN" on adafruit breakouts = "XSHUT" on non-Adafruit breakouts). I don't want to overstep, and since the library is maintained by Adafruit, is it ok to mention non-Adafruit branded labeling?

FoamyGuy commented 4 years ago

I've got a few of the VL53L0X sensors on the way. I will test these changes with multiple sensors once they arrive.

2bndy5 commented 4 years ago

@FoamyGuy Are they Adafruit branded breakouts or generic? I tested this with 2 generic sensors using the new "multiple_sensors" example script that I added, and it worked fine. I do welcome confirmation though :)

FoamyGuy commented 4 years ago

@2bndy5 They are Adafruit breakout boards. I will get this tested over the weekend.

2bndy5 commented 4 years ago

Yeah!

kattni commented 4 years ago

Excellent! Thank you @2bndy5 and @FoamyGuy!