Updated Home (markdown)

Michael Miller
2016-02-25 15:08:04 -08:00
parent 1e8103e31b
commit 0cf7558a0a

@@ -6,10 +6,12 @@ This is an Arduino Library that supports sending out data to update a series of
## Supported Platforms
* AVR 8 bit Arduino
* Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions)
* Most Arm based Arduinos.
## Supported Pixels
* WS2811 & WS2812
* SK6812rgb and SK6812rgbw
* All one wire RGB pixels that use a the same transport as any of the above.
## [Examples](https://github.com/Makuna/NeoPixelBus/wiki/Examples)
There are several examples that will help you get started. They range from simple to complex and are always a good reference.