From 51962a33caa99018b42712711a7993c0e9e712a6 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Mon, 9 Oct 2023 13:33:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4847b7d..50d06ee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded So [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) ## Chapter 1: hello, world -This chapter covers the basics of setting up a dev environment and basic template firmware for the STM32F401CCU6 MCU. +This chapter covers the basics of setting up a dev environment and basic template firmware for the STM32F401CCU6 MCU in addition to printing hello, world. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book.