From c4fb91799d5c990f77cacb0fd6752272d3068963 Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Thu, 23 Jan 2020 12:11:58 +0100 Subject: [PATCH] Add dependencies in the library.properties --- README.md | 4 ++-- library.properties | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6efccb2..d59cc21 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ There are 4 examples with the X-NUCLEO-53L0A1 library. ## Dependencies This package requires the following Arduino libraries: -* VL53L0X: https://github.com/stm32duino/VL53L0X -* Proximity_Gesture: https://github.com/stm32duino/Proximity_Gesture +* STM32duino VL53L0X: https://github.com/stm32duino/VL53L0X +* STM32duino Proximity Gesture: https://github.com/stm32duino/Proximity_Gesture ## Note diff --git a/library.properties b/library.properties index 269fafd..a70b4c9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duino X-NUCLEO-53L0A1 -version=1.0.2 +version=1.0.3 author=AST maintainer=stm32duino sentence=Allows controlling the VL53L0X sensors on board of X-NUCLEO-53L0A1 @@ -7,3 +7,4 @@ paragraph=This library provides simple measure distance in mm, single swipe gest category=Device Control url=https://github.com/stm32duino/X-NUCLEO-53L0A1 architectures=stm32, sam +depends=STM32duino VL53L0X, STM32duino Proximity Gesture