Add library.json for platformio support

This commit is contained in:
Dennis de Greef
2015-12-19 12:33:09 +01:00
parent dbeb79d879
commit e20b84458b

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"
]
}