diff --git a/README.md b/README.md index cc016c8..c55e9b6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ 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 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) + +# Embedded C Drivers +## RP2350 C Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_C_Blink_Driver) + +
+ ## 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. @@ -227,11 +236,5 @@ 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)