Add Embedded Drivers sections to README

Added sections for Embedded Assembler and C Drivers with links to respective GitHub repositories. Removed duplicate section for Embedded Assembler Drivers.
This commit is contained in:
Kevin Thomas
2025-11-28 10:01:21 -05:00
committed by GitHub
parent b3c89a0f96
commit 81efc3bc45

View File

@@ -25,6 +25,15 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
<br>
# 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)
<br>
## 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
<br>
# 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)
<br>
# License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)