From af8748e9a6e142c76219740bc86b031488787626 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 28 Nov 2025 11:01:16 -0500 Subject: [PATCH] Add link to RP2350 C UART Driver in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7df2bac..b2de30c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) # Embedded C Drivers ## RP2350 C Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_C_Blink_Driver) +## RP2350 C UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Blink_Driver)