mirror of
https://github.com/s00500/SimpleExpressions
synced 2025-06-13 16:20:40 +00:00
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:
@ -7,3 +7,4 @@ paragraph=A simple library to create cool mouths and funny sounds using a 7 led
|
||||
category=Signal Input/Output
|
||||
url=https://github.com/s00500/SimpleExpressions
|
||||
architectures=*
|
||||
depends=Adafruit NeoPixel
|
||||
|
Reference in New Issue
Block a user