From a5c5e602c074ff00ea7bd70ebe450230c27f1df8 Mon Sep 17 00:00:00 2001 From: Cyril Marpaud Date: Thu, 7 Nov 2024 11:38:18 +0100 Subject: [PATCH 1/2] feat: add impl snake for micro:bit walkthrough --- draft/2024-11-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 762bd9154..66ffb24e4 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +[Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md) + ### Research ### Miscellaneous From a261e76201a9f8deebb607aef82855d828096ade Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:59:43 -0800 Subject: [PATCH 2/2] Adjust syntax --- draft/2024-11-13-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 66ffb24e4..fae0ba4ec 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -41,7 +41,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -[Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md) +* [Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md) ### Research