From bd12e212a4bc7706dcc2a7c164007b005514cf43 Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Thu, 24 Sep 2020 09:53:27 +0200 Subject: [PATCH] Update README --- README.md | 5 +---- library.properties | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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)