Skip to content

Commit 6779e26

Browse files
authored
Specify library dependencies in library.properties
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).
1 parent c8f2eae commit 6779e26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ category=Timing
88
url=https://github.com/wizard97/ArduinoProcessScheduler
99
architectures=avr,esp8266
1010
includes=ProcessScheduler.h
11+
depends=RingBuf

0 commit comments

Comments
 (0)