From 63fee6f38610ff4a83cc0c757da3458469f3863e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 28 Sep 2025 08:47:17 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7043e0b..113ab1f 100644 --- a/README.md +++ b/README.md @@ -46,32 +46,32 @@ This chapter covers hacking an introduction to variables as it relates to embedd -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 8: Uninitialized Variables -This chapter covers uninitialized variables as it relates to embedded development on the Pico 2. +This chapter covers uninitialized variables as well as an intro to GPIO as we blink an LED as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 9: Debugging Uninitialized Variables -This chapter covers debugging uninitialized variables as it relates to embedded development on the Pico 2. +This chapter covers debugging uninitialized variables as well as an intro to GPIO as we blink an LED as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 10: Hacking Uninitialized Variables -This chapter covers hacking uninitialized variables as it relates to embedded development on the Pico 2. +This chapter covers hacking uninitialized variables as well as an intro to GPIO as we blink an LED as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 11: Integer Data Type -This chapter covers the integer data type as it relates to embedded development on the Pico 2. +This chapter covers the integer data type in addition to a deeper assembler dive into GPIO as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 12: Debugging Integer Data Type -This chapter covers debugging the integer data type as it relates to embedded development on the Pico 2. +This chapter covers debugging the integer data type in addition to a deeper assembler dive into GPIO as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. ## Chapter 13: Hacking Integer Data Type -This chapter covers hacking the integer data type as it relates to embedded development on the Pico 2. +This chapter covers hacking the integer data type in addition to a deeper assembler dive into GPIO as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book.