-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
31 lines (31 loc) · 887 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Blinkenlight",
"version": "2.3.0",
"description": "This library gives you non-blocking blinking patterns and smooth fade effects for your LEDs, buzzers or any other status indicators",
"keywords": "led, signal, fading, blink",
"repository": {
"type": "git",
"url": "https://github.com/tfeldmann/Arduino-Blinkenlight.git"
},
"authors": [
{
"name": "Thomas Feldmann",
"email": "[email protected]",
"url": "https://tfeldmann.de",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/tfeldmann/Arduino-Blinkenlight",
"dependencies": [],
"frameworks": "arduino",
"platforms": "*",
"export": {
"exclude": [
"*.sh",
".github",
"platformio.ini",
"test"
]
}
}