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.