mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-04-02 17:41:05 +02:00
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:
15
README.md
15
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user