Skip to content

Commit f810f24

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 0af4a92 commit f810f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=With this library you can manage the low power states of STM32 boards
77
category=Device Control
88
url=https://github.com/stm32duino/STM32LowPower
99
architectures=stm32
10+
depends=STM32duino RTC

0 commit comments

Comments
 (0)