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).
This commit is contained in:
parent
d26b424e75
commit
e92f9f27bf
|
|
@ -7,3 +7,4 @@ paragraph=Easy to use library for controlling all types of RFM69 transceivers. D
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/LowPowerLab/RFM69
|
url=https://github.com/LowPowerLab/RFM69
|
||||||
architectures=*
|
architectures=*
|
||||||
|
depends=SPIFlash_LowPowerLab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue