forked from Makuna/NeoPixelBus
Merge pull request #37 from ivankravets/patch-1
Correct library manifest file
This commit is contained in:
11
library.json
11
library.json
@@ -1,14 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "NeoPixelBus",
|
"name": "NeoPixelBus",
|
||||||
"description": "Adafruit enhanced NeoPixel support library",
|
"description": "Adafruit enhanced NeoPixel support library (WS2811, WS2812)",
|
||||||
"keywords": "WS2811,WS2812,ESP8266",
|
"keywords": "led, strip",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Makuna/NeoPixelBus.git"
|
"url": "https://github.com/Makuna/NeoPixelBus.git"
|
||||||
},
|
}
|
||||||
"examples": [
|
|
||||||
"examples/*/*.pde"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user