forked from Makuna/NeoPixelBus
Add library.json for platformio support
This commit is contained in:
14
library.json
Normal file
14
library.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "NeoPixelBus",
|
||||||
|
"description": "Adafruit enhanced NeoPixel support library",
|
||||||
|
"keywords": "WS2811,WS2812,ESP8266",
|
||||||
|
"frameworks": "*",
|
||||||
|
"platforms": "*",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Makuna/NeoPixelBus.git"
|
||||||
|
},
|
||||||
|
"examples": [
|
||||||
|
"examples/*/*.pde"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user