From a0b3fc0ef7fc5ba7948040eb1d284931b0a3d3a3 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 25 Nov 2025 16:56:29 -0500 Subject: [PATCH] Update chapter titles from Functions to Structures --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c8f2e5..ee9a627 100644 --- a/README.md +++ b/README.md @@ -180,18 +180,18 @@ This chapter covers hacking dynamic conditionals as well as additional PWM examp -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. -## Chapter 35: Functions, w/o Param, w/o Return -This chapter covers functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 35: Structures +This chapter covers structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller 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 36: Debugging Functions, w/o Param, w/o Return -This chapter covers debugging functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 36: Debugging Structures +This chapter covers debugging structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller 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 37: Hacking Functions, w/o Param, w/o Return -This chapter covers hacking functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 37: Hacking Structures +This chapter covers hacking structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller 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.