From bbd9cff4104b15c000d3f3c96aa1afb14fc6acc2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 14 Aug 2026 07:49:12 -0400 Subject: [PATCH] Revise tutorial date and lesson content Updated tutorial date and lesson details for the Hacking Embedded Rust Course. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c0bb56..9dec75c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ By using this repository and course, you acknowledge and agree that:
-# Today's Tutorial [August 13, 2026] -## Lesson 268: Hacking Embedded Rust Course w/ microbit (Chapter 2: Embassy Async Runtime Deep Dive) -This chapter covers the Embassy async runtime for an embedded Rust microbit. +# Today's Tutorial [August 14, 2026] +## Lesson 269: Hacking Embedded Rust Course w/ microbit (Chapter 3: Interrupt Handlers and Hardware Abstraction) +This chapter covers the interrupt handlers and hardware abstraction for an embedded Rust microbit. -> Click [HERE](https://github.com/mytechnotalent/rust_embassy_microbit_project/blob/main/Hacking_Embedded_Rust_w_microbit.pdf) to read the FREE pdf book.