From 6605a6630c1810370b8c098045edb2b756371f8b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 4 Dec 2025 21:59:51 -0500 Subject: [PATCH] Remove Embedded Assembler and C Drivers sections Removed sections for Embedded Assembler and C Drivers from the README. --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4fdc174..e7d58c5 100644 --- a/README.md +++ b/README.md @@ -25,29 +25,16 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
-# Embedded Assembler Drivers -## RP2350 Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver) -## RP2350 Button Driver [HERE](https://github.com/mytechnotalent/RP2350_Button_Driver) -## RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) -## RP2350 1602 LCD Driver [HERE](https://github.com/mytechnotalent/RP2350_1602_LCD_Driver) - -
- -# Embedded C Drivers -## RP2350 C Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_C_Blink_Driver) -## 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) -## RP2350 C 1602 LCD Driver [HERE](https://github.com/mytechnotalent/RP2350_C_1602_LCD_Driver) - -
- # Embedded Rust Drivers ## RP2350 Rust Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Rust_Blink_Driver)

+# Schematic ![image](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/EHP2_bb.png?raw=true) +
+ ## Chapter 1: hello, world This chapter covers the basics of setting up a dev environment and basic template firmware for the Pico 2 MCU in addition to printing hello, world.