mirror of
https://github.com/AlexGyver/GyverLamp2.git
synced 2025-08-07 00:37:24 +03:00
add
This commit is contained in:
56
libraries/FastLED-3.4.0/library.json
Normal file
56
libraries/FastLED-3.4.0/library.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "Sam Guyer",
|
||||
"url": "https://github.com/samguyer",
|
||||
"maintainer": true
|
||||
},
|
||||
{
|
||||
"name": "Jason Coon",
|
||||
"url": "https://github.com/jasoncoon",
|
||||
"maintainer": true
|
||||
},
|
||||
{
|
||||
"name": "Josh Huber",
|
||||
"url": "https://github.com/uberjay",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FastLED/FastLED.git"
|
||||
},
|
||||
"version": "3.4.0",
|
||||
"license": "MIT",
|
||||
"homepage": "http://fastled.io",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52",
|
||||
"export": {
|
||||
"exclude": [
|
||||
"docs",
|
||||
"extras"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"srcFilter": [
|
||||
"+<*.c>",
|
||||
"+<*.cpp>",
|
||||
"+<*.h>",
|
||||
"+<platforms/esp/32/*.cpp>"
|
||||
],
|
||||
"libArchive": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user