SparkFun_VL53L1X_Arduino_Library icon indicating copy to clipboard operation
SparkFun_VL53L1X_Arduino_Library copied to clipboard

A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!

Results 15 SparkFun_VL53L1X_Arduino_Library issues
Sort by recently updated
recently updated
newest added

I have esp8266 and VL53L1X. Try to start example 8, but it return only "Could not set threshold configuration.". Attempts to change value in DetectionConfig dc on my own is...

How to change I2C Address? Hello, I have purchased the product with part number 100080101-01-EVAL, which is listed as part number 2190-100080101-01-EVAL-ND. I encountered an issue where I need to...

The Particle Library: https://docs.particle.io/reference/device-os/libraries/s/SparkFun_VL53L1X_Arduino_Library/ Is a few releases behind this repo's latest version. Given over 4500 installs, a lot of folks would appreciate updating it. Thanks, Chip

uint16_t SFEVL53L1X::getDistance() { uint16_t distance; _device->VL53L1X_GetDistance(&distance); return (int)distance; } The function return type is uint16_t. Why is there an "(int)" cast in the return statement?