From 1770b5cc86bfcdaea88311aed21999f1ea0185d3 Mon Sep 17 00:00:00 2001 From: charles Date: Thu, 28 Dec 2023 17:48:37 -0500 Subject: [PATCH] tutorial --- README.md | 1 + examples/gpioviewer/gpioviewer.ino | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5fd0e3..c464934 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **Transforms the way you troubleshoot your microcontroller projects**. ### Youtube Tutorial +https://youtu.be/UxkOosaNohU ### Installation diff --git a/examples/gpioviewer/gpioviewer.ino b/examples/gpioviewer/gpioviewer.ino index 9d9f74b..66def80 100644 --- a/examples/gpioviewer/gpioviewer.ino +++ b/examples/gpioviewer/gpioviewer.ino @@ -1,7 +1,7 @@ /*** This example is intended to demonstrate the use of the GPIO Viewer Library. -Tutorial : +Tutorial : https://youtu.be/UxkOosaNohU Documentation : https://github.com/thelastoutpostworkshop/gpio_viewer ***/