Skip to content

Commit f4cd335

Browse files
authored
Merge pull request #10 from cparata/master
Update README
2 parents 7d060e4 + bd12e21 commit f4cd335

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# VL53L1
22
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.
53

64
## API
75

86
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.
118

129
## Examples
1310

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duino VL53L1
2-
version=1.0.0
2+
version=1.0.1
33
author=SRA
44
maintainer=stm32duino
55
sentence=Allows controlling the VL53L1 (Time-of-Flight)

0 commit comments

Comments
 (0)