Update Tutorials.md

This commit is contained in:
HomeSpan 2022-04-16 22:09:25 -05:00 committed by GitHub
parent 0507f26b13
commit b35b411c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,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)
---
[↩️](README.md) Back to the Welcome page