From e01980191955e3045188a9e1302814d331bb0686 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 4 Dec 2025 22:39:13 -0500 Subject: [PATCH] Add link to RP2350 Rust UART Driver in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de6a1b2..46e8b30 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
# Embedded Rust Drivers +## RP2350 Rust UART Driver [HERE](https://github.com/mytechnotalent/RP2350_Rust_UART_Driver) ## RP2350 Rust Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Rust_Blink_Driver)