Merge pull request #36 from dennisdegreef/platformio

Add library.json for platformio support
This commit is contained in:
Michael Miller
2015-12-19 11:08:50 -08:00

14
library.json Normal file
View 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"
]
}