From c2c35f4cbf5eee848766d8625aab14d9eef8c612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Pereira?= Date: Sat, 31 Oct 2020 23:22:34 +0000 Subject: [PATCH] Not STM32 but Atmel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a454eb3..fc4b82c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AVR Workshop -Welcome to this ARM microcontroller workshop! This will be a hands-on approach to the STM32, code at your own pace and feel free to ask anything! +Welcome to this ARM microcontroller workshop! This will be a hands-on approach to Atmel microcontrollers, code at your own pace and feel free to ask anything! ## Introduction - [Setup Workspace](guides/setup.md) @@ -11,4 +11,4 @@ Welcome to this ARM microcontroller workshop! This will be a hands-on approach t - [LED Dimming](guides/ex3-pwm.md) - [Servo Motors](guides/ex4-servo.md) - [UART Communication](guides/ex5-uart.md) -- [IR Remotes](guides/ex6-ir_remotes.md) \ No newline at end of file +- [IR Remotes](guides/ex6-ir_remotes.md)