1
0
mirror of https://github.com/s00500/SimpleExpressions synced 2024-06-02 05:13:26 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
419f873313
Merge pull request #4 from per1234/depends
Specify library dependencies in library.properties
2020-01-06 10:44:04 +01:00
per1234
16b8a09161
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).
2020-01-06 00:11:18 -08:00

View File

@ -7,3 +7,4 @@ paragraph=A simple library to create cool mouths and funny sounds using a 7 led
category=Signal Input/Output category=Signal Input/Output
url=https://github.com/s00500/SimpleExpressions url=https://github.com/s00500/SimpleExpressions
architectures=* architectures=*
depends=Adafruit NeoPixel