From 4ded949d7c3ab49f4a4b782c573f20d43b6795b6 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 28 Nov 2025 10:13:12 -0500 Subject: [PATCH] Update README with image and formatting changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d4b65..7df2bac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) # Embedded C Drivers ## RP2350 C Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_C_Blink_Driver) -
+

+ +![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.