From b9cbc74214cb16d2433bc654837c000e9e04a00b Mon Sep 17 00:00:00 2001 From: feindsender <56215950+feindsender@users.noreply.github.com> Date: Sat, 28 Mar 2020 02:16:20 +0100 Subject: [PATCH] Update ReadMe.md (#345) Co-authored-by: feindsender --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index d4b839b..7e76411 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,7 +4,7 @@ Arduino NeoPixel library -A library to control one wire protocol RGB and RGBW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806 and APA102 commonly refered to as DotStars. +A library to control one wire protocol RGB and RGBW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806, APA102 and SK9822 commonly refered to as DotStars. Supports most Arduino platforms. Please read this best practices link before connecting your NeoPixels, it will save you a lot of time and effort.