-
Notifications
You must be signed in to change notification settings - Fork 207
/
library.json
36 lines (36 loc) · 890 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
32
33
34
35
36
{
"name": "light_ws2812",
"version": "master",
"description": "Light weight library to control WS2811/WS2812 based LEDS and LED Strings for 8-Bit AVR microcontrollers",
"keywords": "neopixel,ws2811,ws2812,apa102,attiny,avr",
"authors": {
"name": "cpldcpu",
"email": "[email protected]",
"url": "https://github.com/cpldcpu",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/cpldcpu/light_ws2812.git",
"branch": "master"
},
"license": "GPL-3.0-only",
"export": {
"exclude": [ "Datasheets" ]
},
"frameworks": [
"*"
],
"platforms": [
"atmelavr"
],
"build": {
"extraScript": "prebuild.py"
},
"dependencies": [
],
"examples": [
"examples/*/src/*.ino",
"examples/*/src/*.c"
]
}