From c1d49570caaf3274dd2f55e415a9472f12a16e6b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 18 Nov 2020 16:32:12 -0800 Subject: [PATCH] Updated ESP8266 NeoMethods (markdown) --- ESP8266-NeoMethods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ESP8266-NeoMethods.md b/ESP8266-NeoMethods.md index db289a3..8278731 100644 --- a/ESP8266-NeoMethods.md +++ b/ESP8266-NeoMethods.md @@ -5,6 +5,8 @@ The **DMA** methods will use **GPIO3**. The **UART1** methods will use **GPIO2**. The **UART0** methods will use **GPIO1**. +**NOTE:** All non-specifically named methods like NeoWs2812Method or NeoSk6812Method will use the DMA by default. + ## NeoEsp8266Dma800KbpsMethod The NeoEsp8266Dma800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on ESP8266 platforms. There should be no need to use it directly.