You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.