mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-08 05:14:26 +02:00
Fixed a small typo in the chip name
@@ -1,6 +1,6 @@
|
||||
There are multiple competing libraries, FastLED being the biggest and Adafruit NeoPixel being the most common for beginners.
|
||||
|
||||
On ESP8226, your primary choices are:
|
||||
On ESP8266, your primary choices are:
|
||||
* NeoPixelBus
|
||||
* Smaller than FastLED, more features and pixel support than esp8266_ws2812_i2s
|
||||
* On Esp8266 you can choose i2s DMA or UART, both avoiding interrupts (NMIs). FastLED uses interrupts which can be problematic if you use other code that relies on interrupts, or wifi (although FastLED allows other fast interrupts to fire in between pixel updates)
|
||||
|
Reference in New Issue
Block a user