diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index 407ba1b..2a9672e 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -99,6 +99,8 @@ This method uses the UART interrupt to read from a secondary buffer to send the If memory is an issue for your project, see the NeoEsp8266Uart800KbpsMethod above. +Thanks to unaiur for providing the implementation. + Due to using the TXD1/GPIO2 pin, the Serial1 object can not be used with the method and must be avoided. The primary serial object "Serial" is available for both read and write. Use this instead of Neo800KbpsMethod to force your sketch to use the Uart to send data asynchronously.