From 5bb936c91c6084aba01c013d85edcdc95b9fcbf2 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 29 Nov 2025 14:55:21 -0500 Subject: [PATCH] Update README to include Embedded Rust Drivers Added section for Embedded Rust Drivers with links. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c35f3ba..d656df8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) ## RP2350 C Button Driver [HERE](https://github.com/mytechnotalent/RP2350_C_Button_Driver) ## RP2350 C UART Driver [HERE](https://github.com/mytechnotalent/RP2350_C_UART_Driver) +
+ +# Embedded Rust Drivers +## RP2350 Rust Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Rust_Blink_Driver) +

![image](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/EHP2_bb.png?raw=true)