Update Overview.md

This commit is contained in:
HomeSpan 2020-11-27 22:37:10 -06:00 committed by GitHub
parent 2398ffe698
commit 1dd01fcacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ new TableLamp(17);
where 17 specifies the ESP32 pin number that is connected to the hypothetical relay used to turn the Table Lamp on and off.
Our completed HomeSpan sketch to operate a Table Lamp looks like this:
Our completed HomeSpan sketch to operate a Table Lamp is presented in full below. Note it is also available in the Arudino IDE under *File → Examples → HomeSpan → Other Examples → TableLamp*
```C++
/* HomeSpan Table Lamp Example */