Adafruit_VL53L0X (community library)

Summary

Name Value
Name Adafruit_VL53L0X
Version 0.0.5
Installs 12081
License LICENSE.pdf
Author Arduino - Adafruit support@adafruit.com
URL https://github.com/ScruffR/Adafruit_VL53L0X
Repository https://github.com/ScruffR/Adafruit_VL53L0X.git
Download .tar.gz
All Versions 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1

Sensor driver for VL53L0X Time of Flight sensor

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

##VL53L0X Time-of-Flight (TOF) ranging and gesture detection sensor application programming interface (API)##

#Description#

The VL53L0X API is a set of C functions controlling the VL53L0X (init, ranging,�) to enable the development of end-user applications. This API is structured in a way it can be compiled on any kind of platform through a well isolated platform layer (mainly for low level I2C access). Several code examples are provided to show how to use the API and perform ranging measurements. The VL53L0X is the latest product based on ST�s patented FlightSense� technology. This is a ground-breaking technology allowing absolute distance to be measured independent of target reflectance. Instead of estimating the distance by measuring the amount of light reflected back from the object (which is significantly influenced by color and surface), the VL53L0X precisely measures the time the light takes to travel to the nearest object and reflect back to the sensor (Time-of-Flight).

Browse Library Files