Updated ESP8266 NeoMethods (markdown)

Michael Miller
2020-11-18 16:32:12 -08:00
parent 456f0ef907
commit c1d49570ca

@@ -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.