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.