From 441e1a885fe0b99f84d2a738a54062ce5ebb6b43 Mon Sep 17 00:00:00 2001 From: James McMurray Date: Mon, 4 Nov 2024 22:40:22 +0100 Subject: [PATCH] Add Rust ESP32 Snake walkthrough --- draft/2024-11-06-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-11-06-this-week-in-rust.md b/draft/2024-11-06-this-week-in-rust.md index b8cd14545..72018c56e 100644 --- a/draft/2024-11-06-this-week-in-rust.md +++ b/draft/2024-11-06-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Beginner Rust ESP32 development - Snake](https://jamesmcm.github.io/blog/beginner-rust-esp32-lcdsnake/) ### Research