mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-21 12:50:54 +00:00
16b8a09161
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).
11 lines
374 B
INI
11 lines
374 B
INI
name=SimpleExpressions
|
|
version=1.1.1
|
|
author=Lukas Bachschwell
|
|
maintainer=Lukas Bachschwell <lukas@lbsfilm.at>
|
|
sentence=Make you Robots cute and noisy
|
|
paragraph=A simple library to create cool mouths and funny sounds using a 7 led ws2812 ring and a buzzer
|
|
category=Signal Input/Output
|
|
url=https://github.com/s00500/SimpleExpressions
|
|
architectures=*
|
|
depends=Adafruit NeoPixel
|