adafruit / Adafruit_VL53L1X

Arduino library to support the VL53L1X Time-of-Flight and gesture-detection sensor
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Supplied IRQ pin is used as Shutdown Pin #3

Open mirzafahad opened 2 years ago

mirzafahad commented 2 years ago

The IRQ_PIN supplied to Adafruit_VL53L1X class was passed to VL53L1X class: VL53L1X(NULL, irq_pin). But VL53L1X class uses that pin as a shutdown pin. I am guessing this wasn't intentional and rather a mistake. Let me know if I am missing something.

ariutti commented 1 year ago

I also think this is a mistake. I would like to know if an updated version of the library will be available. Thank