8000 Release Improve startup time for units that are already measuring. · sparkfun/SparkFun_VL53L1X_Arduino_Library · GitHub
[go: up one dir, main page]

Skip to content

Improve startup time for units that are already measuring.

Compare
Choose a tag to compare
@nseidle nseidle released this 24 May 14:26
· 22 commits to master since this release

Rather than delaying 103ms at every begin(), we poll dataready for at least 150ms. For units that were just powered on, this will take 103ms. For units that were already running, data ready is set much faster. This greatly improves the reset startup time when users are actively uploading new sketches.

0