From b3c89a0f96d892c30518c90e61325d277f4cc371 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 27 Nov 2025 13:06:16 -0500 Subject: [PATCH] Add Embedded Assembler Drivers section to README Added sections for Embedded Assembler Drivers and specific drivers. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3b87461..cc016c8 100644 --- a/README.md +++ b/README.md @@ -227,5 +227,11 @@ This chapter covers hacking functions, w/ params and w/ a return value as it rel
+# Embedded Assembler Drivers +## RP2350 Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver) +## RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) + +
+ # License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)