diff --git a/README.md b/README.md index 41e446f..be661e4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ # VL53L1 Arduino library to support the VL53L1 Time-of-Flight ranging sensor with advanced multi-zone and multi-object detection. -This sensor uses I2C to communicate. An I2C instance is required to access to the sensor. -The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes. ## API This sensor uses I2C to communicate. And I2C instance is required to access to the sensor. - -The API provides simple distance measure and multi-object detection. +The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes. ## Examples diff --git a/library.properties b/library.properties index 01433b8..63f6f9a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duino VL53L1 -version=1.0.0 +version=1.0.1 author=SRA maintainer=stm32duino sentence=Allows controlling the VL53L1 (Time-of-Flight)