From 21d669eacc11026454953718ad82851f10179029 Mon Sep 17 00:00:00 2001 From: davida72 Date: Sun, 29 Nov 2020 16:57:21 +0000 Subject: [PATCH] Fixed a small typo in the chip name --- Library-Comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library-Comparisons.md b/Library-Comparisons.md index c350cc2..76d6d94 100644 --- a/Library-Comparisons.md +++ b/Library-Comparisons.md @@ -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)