Skip to content

Commit

Permalink
Merge pull request #5 from cparata/master
Browse files Browse the repository at this point in the history
Add dependencies in the library.properties
  • Loading branch information
cparata authored Jan 23, 2020
2 parents b3f67d6 + c4fb917 commit 2a55b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
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
paragraph=This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.
category=Device Control
url=https://github.com/stm32duino/X-NUCLEO-53L0A1
architectures=stm32, sam
depends=STM32duino VL53L0X, STM32duino Proximity Gesture

0 comments on commit 2a55b76

Please sign in to comment.