From 638285f48f55d6bd340fa757f1afde4f72b058d0 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 29 Apr 2024 21:31:56 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09d1c6a..a3be5cd 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,9 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * users should switch to the new constructor to avoid potential compatibility issues with future versions of HomeSpan * 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) - * created new PixelTester sketch (found under Other-> Examples) to aid in determining the *pixelType* for any LED Strip - + * 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 + * **New ability to read and set the IIDs of Services and Characteristics** * adds new `SpanService` method `getIID()` that returns the IID of a Service