diff --git a/examples/NeoPixelFunLoop/NeoPixelFunLoop.ino b/examples/NeoPixelFunLoop/NeoPixelFunLoop.ino index 888bb37..60f6bc7 100644 --- a/examples/NeoPixelFunLoop/NeoPixelFunLoop.ino +++ b/examples/NeoPixelFunLoop/NeoPixelFunLoop.ino @@ -32,7 +32,7 @@ NeoPixelBus strip(PixelCount, PixelPin); //NeoPixelBus strip(PixelCount, PixelPin); // NeoEsp8266Uart800KbpsMethod also ignores the pin parameter and uses GPI02 //NeoPixelBus strip(PixelCount, PixelPin); -// NeoEsp8266Uart800KbpsMethod will work with all but pin 16, but is not stable with WiFi +// NeoEsp8266BitBang800KbpsMethod will work with all but pin 16, but is not stable with WiFi // being active // what is stored for state is specific to the need, in this case, the colors and