From 8973e04b5edf7631c2e67ed35d61e7c45f8500c6 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 15 Aug 2026 08:17:33 -0400 Subject: [PATCH] Revise today's tutorial and lesson information Updated tutorial date and lesson details for embedded Rust course. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5161451..cb6cdcb 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 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. +# Today's Tutorial [August 15, 2026] +## Lesson 270: Hacking Embedded Rust Course w/ microbit (Chapter 4: Advanced System Components) +This chapter covers the advanced system components 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.