From 8ba66f9b3338b1d8c8b5011028f83c6b6170d7cb Mon Sep 17 00:00:00 2001 From: Achton Date: Wed, 8 Jun 2016 22:46:47 +0200 Subject: [PATCH] Fix typo in comment. --- examples/NeoPixelFunLoop/NeoPixelFunLoop.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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