From b35b411c1d065833f29a427eff9d359aaa862610 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 16 Apr 2022 22:09:25 -0500 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 1dbad9b..6cde7d9 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -98,6 +98,13 @@ Example 19 illustrates, through the implementation of two On/Off LEDs, how to ad * enabling the HomeSpan Web Log and specifying an optional NTP time server with the `homeSpan.enableWebLog()` method * using the `WEBLOG()` macro to create Web Log messages + +## Other Examples + +The following examples showcase a variety of HomeSpan and HomeKit functionality as referenced in different sections of the HomeSpan documentation. The sketches can be found in the Arduino IDE under *File → Examples → HomeSpan → Other Examples* + +### [Table Lamp](../Other%20Examples/TableLamp) +A basic implementation of a Table Lamp Accessory as fully described in used in the [HomeSpan API Overview](Overview.md) ---