Update Tutorials.md
This commit is contained in:
parent
0507f26b13
commit
b35b411c1d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue