From e8fe1a8a4f8bd0362029329f3968e478772865ff Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 5 Dec 2025 13:00:53 -0500 Subject: [PATCH] Add RP2350 Rust Button Driver link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46e8b30..0fa7e36 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,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) +## RP2350 Rust Button Driver [HERE](https://github.com/mytechnotalent/RP2350_Rust_Button_Driver)