Skip to content

Commit a624799

Browse files
per1234fpistm
authored andcommitted
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 bcdc51b commit a624799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=Once an SD memory card is connected to SD card slot you are able to cr
77
category=Data Storage
88
url=https://github.com/stm32duino/STM32SD
99
architectures=stm32
10+
depends=FatFs

0 commit comments

Comments
 (0)