adafruit / Adafruit_VL53L0X

Arduino library for Adafruit VL53L0X
149 stars 118 forks source link

Speed of the device #31

Closed bill-orange closed 3 years ago

bill-orange commented 4 years ago

The example uses a delay at the end of loop of 100 ms. How much can this be shortened?

cryptoAlgorithm commented 3 years ago

https://www.st.com/resource/en/datasheet/vl53l0x.pdf From the timings stated in this datasheet, i think it can be safely lowered to around 75ms, but keep it at 100ms for best reliability i suppose 😃