Skip to content

Commit

Permalink
Specify library dependencies in library.properties
Browse files Browse the repository at this point in the history
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
  • Loading branch information
per1234 authored Jan 5, 2020
1 parent 6cd57f7 commit 8f5acdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ paragraph=SoftTimer enables higher level Arduino programing, yet easy to use, an
category=Timing
url=https://github.com/prampec/arduino-softtimer
architectures=*
depends=PciManager

0 comments on commit 8f5acdd

Please sign in to comment.