Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman3349 <ondracek.roman@centrum.cz>2016-09-27 11:53:26 +0300
committerRoman3349 <ondracek.roman@centrum.cz>2016-09-27 11:53:26 +0300
commit34ab421d82ebf758edcfbdac2b4f117b04915b7d (patch)
tree3edaa5a09972feb6d1f94eb9c3f6a6e83b23022b
parent18097f2fa47c26b4ae06e310898b089b5010d764 (diff)
Add information about examples, homepage, license and version to @PlatformIO Library Registry manifest file
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz>
-rw-r--r--library.json49
1 files changed, 27 insertions, 22 deletions
diff --git a/library.json b/library.json
index 72ca0084..44f44216 100644
--- a/library.json
+++ b/library.json
@@ -1,25 +1,30 @@
{
- "name": "FastLED",
- "keywords": "led,noise,rgb,math,fast",
- "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.",
- "repository":
- {
- "type": "git",
- "url": "https://github.com/FastLED/FastLED.git"
- },
- "authors":
- [
- {
- "name": "Daniel Garcia",
- "url": "https://github.com/focalintent",
- "maintainer": true
+ "name": "FastLED",
+ "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.",
+ "keywords": "led,noise,rgb,math,fast",
+ "authors": [
+ {
+ "name": "Daniel Garcia",
+ "url": "https://github.com/focalintent",
+ "maintainer": true
+ },
+ {
+ "name": "Mark Kriegsman",
+ "url": "https://github.com/kriegsman",
+ "maintainer": true
+ }
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/FastLED/FastLED.git"
},
- {
- "name": "Mark Kriegsman",
- "url": "https://github.com/kriegsman",
- "maintainer": true
- }
- ],
- "frameworks": "arduino",
- "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy"
+ "version": "3.1.4",
+ "license": "MIT",
+ "homepage": "http://fastled.io",
+ "frameworks": "arduino",
+ "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy",
+ "examples": [
+ "examples/*/*.ino",
+ "examples/*/*/*.ino"
+ ]
}