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

github.com/AlexGyver/Arduino_Ambilight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Библиотеки/FastLED-master/library.json')
-rw-r--r--Библиотеки/FastLED-master/library.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/Библиотеки/FastLED-master/library.json b/Библиотеки/FastLED-master/library.json
new file mode 100644
index 0000000..44f4421
--- /dev/null
+++ b/Библиотеки/FastLED-master/library.json
@@ -0,0 +1,30 @@
+{
+ "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"
+ },
+ "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"
+ ]
+}