From d6f2ab310c0b76be0b6e9d86ae773cb7413d5d94 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Mon, 8 Jun 2026 09:07:02 -0400 Subject: [PATCH] WIP --- 06-joystick/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-joystick/README.md b/06-joystick/README.md index 2f0e765..a554465 100644 --- a/06-joystick/README.md +++ b/06-joystick/README.md @@ -6,7 +6,7 @@ This demo shows using a joystick peripheral to control the position of an LED li I won't cover the entirety of the code here, but you are welcome to peruse it for yourself: [06-joystick.ino](06-joystick.ino) -

Putting together almost everything I’ve learned about arduino and esp32 over the past few weeks to make a joystick blinks lights demo with calibration. Challenging but very fun. pic.twitter.com/7blqqQOlYg

— Andrew Kesterson (@AKLabsDotNet) June 6, 2026
+[Here is a video of the demonstration running](https://x.com/AKLabsDotNet/status/2063056777768239514) # Lessons Learned