File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
# VL53L1
2
2
Arduino library to support the VL53L1 Time-of-Flight ranging sensor with advanced multi-zone and multi-object detection.
3
- This sensor uses I2C to communicate. An I2C instance is required to access to the sensor.
4
- The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes.
5
3
6
4
## API
7
5
8
6
This sensor uses I2C to communicate. And I2C instance is required to access to the sensor.
9
-
10
- The API provides simple distance measure and multi-object detection.
7
+ The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes.
11
8
12
9
## Examples
13
10
Original file line number Diff line number Diff line change 1
1
name =STM32duino VL53L1
2
- version =1.0.0
2
+ version =1.0.1
3
3
author =SRA
4
4
maintainer =stm32duino
5
5
sentence =Allows controlling the VL53L1 (Time-of-Flight)
You can’t perform that action at this time.
0 commit comments