Update Overview.md

This commit is contained in:
HomeSpan 2020-11-27 22:44:18 -06:00 committed by GitHub
parent 43159a92fa
commit 85708089fe
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 is presented in full below. Note it is also available in the Arudino IDE under *File → Examples → HomeSpan → Other Examples → TableLamp*
Our completed HomeSpan sketch to operate a Table Lamp is presented in full below. Note it is also available in the Arduino IDE under *File → Examples → HomeSpan → Other Examples → TableLamp*.
```C++
/* HomeSpan Table Lamp Example */