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:
authorDaniel Garcia <danielgarcia@gmail.com>2015-10-04 00:47:49 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-10-04 00:47:49 +0300
commit3dfbeb18fe1a110b0a894381d990f5b4195848f1 (patch)
treee4b00d3ee1512b2567f706e384af0ef61fcf4bbb /library.json
parent8021b0775217b83944e63078097bda2de4ceea79 (diff)
Add library.json file for platformio.org
Diffstat (limited to 'library.json')
-rw-r--r--library.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 00000000..27a8bb42
--- /dev/null
+++ b/library.json
@@ -0,0 +1,25 @@
+{
+ "name": "FastLED",
+ "keywords": "leds,apa102,dotstar,neopixel,ws2812,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": "Mark Kriegsman",
+ "url": "https://github.com/kriegsman",
+ "maintainer": true
+ }
+ ],
+ "frameworks": "arduino",
+ "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy"
+}