GitHub / sparkfun / SparkFun_VL53L1X_Arduino_Library
A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkfun%2FSparkFun_VL53L1X_Arduino_Library
PURL: pkg:github/sparkfun/SparkFun_VL53L1X_Arduino_Library
Stars: 93
Forks: 54
Open issues: 15
License: mit
Language: C++
Size: 130 KB
Dependencies parsed at: Pending
Created at: over 7 years ago
Updated at: 3 months ago
Pushed at: almost 2 years ago
Last synced at: 22 days ago
Topics: arduino-library, sparkfun
Version 1.2.12
v1.2.12
This release:
- Adds overloads for the
SFEVL53L1Xclass andbegin- to allow the i2cPort to be defined usingbegininstead of when the class is instantiated- This makes it easier to instantiate the class using a factory method
- Adds a destructor to prevent memory leaks
- Adds the method
startOneshotRanging- thank you @josephduchesne - Adds the methods
setThresholdConfigandgetThresholdConfig - Adds new example to demonstrate one-shot ranging and detection thresholds
- Corrects the distance mode definitions and
setThresholdConfig- thank you @jimtng - Moves the ST driver files into their own subfolder
Download
Download
Download
Improve startup time for units that are already measuring.
v1.2.9
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.
Download
Download
Fix begin() behavior
v1.2.7
Begin() now correctly fails when sensor is disconnected. Begin also now checks for proper device ID. Examples upgraded as well.
Download
Download
Updating Examples to check if a new reading is ready
v1.2.5
Pulling in example changes courtesy of @ArminJo
Download
Download
Adding timeout to SensorInit
v1.2.3
SensorInit now has timeout so it doesn’t get stuck if the sensor fails to initialize
Download