Updated Home (markdown)

Michael Miller
2016-07-03 18:36:54 -07:00
parent 99c2a8c841
commit f4290b9d65

@@ -15,6 +15,11 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
[Just want to see the API Reference?](https://github.com/Makuna/NeoPixelBus/wiki/API-Reference)
## Latest Features (July 3rd, 2016)
* [NeoEsp8266AsyncUart800KbpsMethod](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object#neoesp8266asyncuart800kbpsmethod) - This Esp8266 specific method uses the UART interrupt to read from a secondary buffer to send the data to the NeoPixels. It requires very little CPU overhead but does require an extra buffer similar to the Dma method.
* [HtmlColor::Parse](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-parseconst-char-name-size_t-namesize) will parse a string looking for standard Html/CSS3 color names and values.
* [HtmlColor::ToString](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-tostringchar-buf-size_t-bufsize-const) and [HtmlColor::ToNumericalString](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-tonumericalstringchar-buf-size_t-bufsize-const) will convert the color to a standard Html/CSS3 color names.
## Supported Platforms
* AVR 8 bit Arduino
* Esp8266 (ESP-01 must use NeoEsp8266UartMethod due to pin restrictions)