forked from Makuna/NeoPixelBus
removed the need to provide the pin argument for Esp8266 NeoPixelBus where it was ignored. Added another DotStar color feature. Fixed DotStar color features to use RgbColor when there is no need for RgbwColor.
16 lines
807 B
JSON
16 lines
807 B
JSON
{
|
|
"name": "NeoPixelBus",
|
|
"keywords": "NeoPixel, WS2811, WS2812, SK6812, DotStar, ADA102, RGB, RGBW",
|
|
"description": "A library that makes controlling NeoPixels (WS2811, WS2812 & SK6812) and DotStars (ADA102) easy. Supports most Arduino platforms. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang; and two methods of sending DotStar data, hardware SPI and software SPI.",
|
|
"homepage": "https://github.com/Makuna/NeoPixelBus/wiki",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Makuna/NeoPixelBus"
|
|
},
|
|
"version": "2.2.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|
|
|