From b57a065d0723cfa36ffe0ac0c1d36d538f9270f9 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 22 Nov 2020 08:06:52 -0600 Subject: [PATCH] Update Overview.md --- docs/Overview.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Overview.md b/docs/Overview.md index 4d8a13c..0c10c63 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -291,6 +291,13 @@ void loop(){ This fully working example is ready to be uploaded to your ESP32 device where is can be used to operate a hypothetical table lamp connected by a relay to pin 17. Alternatively, you can simply connect an LED to pin 17 and see how it works! Congratulations, you've created your first HomeSpan Sketch. +# Exporing More + +Though the example above is a good illustration of a basic HomeSpan sketch, it only scratches the surface of HomeSpan features. The best way to learn about the full suite of HomeSpan functions is by exploring the [HomeSpan Tutorials](Tutorials.md), either online in GitHub, or by opening each tutorial-sketch from within the Arduino IDE. The later method is preferred since you can also compile and upload the tutorial sketches to your device to see them in action. + +In addition, you should read through the [HomeSpan API Reference](Reference.md) pages for complete details on every HomeSpan object, structure, method, and function, including some less-used functions that are not covered in any of the tutorials. + + --- [↩️](README.md) Back to the Welcome page