Updated Home (markdown)

Michael Miller
2016-02-23 13:37:58 -08:00
parent afc41f7d19
commit 4684d8837e

@@ -3,7 +3,13 @@ _**(please excuse the mess, this Wiki is still under construction)**_
This is an Arduino Library that supports sending out data to update a series of color smart LEDs commonly known as NeoPixels. This Wiki is for V2 of the library only, which replaces all previous different versions and branches.
## Supported Platforms
* AVR 8 bit Arduino
* Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions)
## Supported Pixels
* WS2811 & WS2812
* SK6812rgb and SK6812rgbw
# Objects exposed
## [NeoPixelBus object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object)
This object will be used to set colors on the pixels. When constructed a "feature" and a "method" object must be supplied to define which pixels you are using and how they are updated.