Updated NeoPixelBus object (markdown)

Michael Miller
2016-07-03 22:15:20 -07:00
parent f4290b9d65
commit 2cf2e864d9

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