From f4290b9d6549147fd50dd693d22a2e0f95609bc2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 3 Jul 2016 18:36:54 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Home.md b/Home.md index f98ea61..ef52098 100644 --- a/Home.md +++ b/Home.md @@ -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)