From 1863cc4309ab8201bb49efd259e23af4f2372d08 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 29 Apr 2024 21:37:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3be5cd..db52f3d 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * added new method `boolean isRGBW()` * returns *true* if Pixel was constructed as RGBW, else *false* if constructed as RGB only (i.e. no white LED) * added new [PixelTester](examples/Other%20Examples/PixelTester) sketch (found under *Other Examples*) to aid in determining the *pixelType* for any LED Strip - * see the [Pixels](docs/Pixels.md) page for details + * see the [Adressable RGB LEDs](docs/Pixels.md) page for details * **New ability to read and set the IIDs of Services and Characteristics**