Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By 12christiaan
#19471 I added NeoPixelBus successfully with arduino 1.6.4 to steer some WS2812 LED.
Only had 2 LED connected, but could runs the examples and set te LED colors.
find the code here: https://github.com/Makuna/NeoPixelBus

both AdaFruit NeoPixel and FastLED (FastSPI_LED) I was not able to get working, but the NeoPixelBus worked first time. :D
User avatar
By RichardS
#19503 Strang as the time from running it on a 8 bit 16mhz machine to a 32 bit 80mhz should have thrown it some curves, how does the code handle the timing?

Richard.