From 8519301835a57a40e00d797e5955d3891b9b4b0a Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 4 Sep 2016 09:56:47 -0700 Subject: [PATCH] Updated NeoPixelBus object (markdown) --- NeoPixelBus-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index 8e2bf1b..23dfc82 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -138,7 +138,7 @@ Use this instead of Neo400KbpsMethod to force your sketch to use the Uart to sen ## NeoEsp8266BitBang800KbpsMethod NeoEsp8266BitBang800KbpsMethod supports any available pin between 0 and 15. This method uses only the CPU to send data to the NeoPixels. But due to WiFi interrupts it is not stable when used with WiFi features of the Esp8266. -It is not recommended to use this method except for comparing results with the other methods. +It is not recommended to use this method except for comparing results with the other methods. For very short runs of pixels (no more than about 3) it maybe possible to use this method without ill effects. If it fails, the pixels may not be correctly set. Use this instead of Neo800KbpsMethod to force your sketch to use the Bit Banging to send data. ## NeoEsp8266BitBang400KbpsMethod