Skip to content

Commit 32bae8e

Browse files
committed
Merge branch 'master' of https://github.com/FastLED/FastLED
2 parents ac79a43 + c19f3be commit 32bae8e

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

library.json

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
{
2-
"name": "FastLED",
3-
"keywords": "led,noise,rgb,math,fast",
4-
"description": "FastLED is a library for programming addressable rgb led strips (APA102/Dotstar, WS2812/Neopixel, LPD8806, and a dozen others) acting both as a driver and as a library for color management and fast math.",
5-
"repository":
6-
{
7-
"type": "git",
8-
"url": "https://github.com/FastLED/FastLED.git"
9-
},
10-
"authors":
11-
[
12-
{
13-
"name": "Daniel Garcia",
14-
"url": "https://github.com/focalintent",
15-
"maintainer": true
2+
"name": "FastLED",
3+
"description": "FastLED is a library for programming addressable rgb led strips (APA102/Dotstar, WS2812/Neopixel, LPD8806, and a dozen others) acting both as a driver and as a library for color management and fast math.",
4+
"keywords": "led,noise,rgb,math,fast",
5+
"authors": [
6+
{
7+
"name": "Daniel Garcia",
8+
"url": "https://github.com/focalintent",
9+
"maintainer": true
10+
},
11+
{
12+
"name": "Mark Kriegsman",
13+
"url": "https://github.com/kriegsman",
14+
"maintainer": true
15+
}
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/FastLED/FastLED.git"
1620
},
17-
{
18-
"name": "Mark Kriegsman",
19-
"url": "https://github.com/kriegsman",
20-
"maintainer": true
21-
}
22-
],
23-
"frameworks": "arduino",
24-
"platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy"
21+
"version": "3.1.4",
22+
"license": "MIT",
23+
"homepage": "http://fastled.io",
24+
"frameworks": "arduino",
25+
"platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy",
26+
"examples": [
27+
"examples/*/*.ino",
28+
"examples/*/*/*.ino"
29+
]
2530
}

0 commit comments

Comments
 (0)