From de19bd87ee1065bbbd4d92c918fcc777be6aec58 Mon Sep 17 00:00:00 2001 From: Alexandre Kaspar <akaspar@mit.edu> Date: Fri, 25 Oct 2019 14:40:46 -0400 Subject: [PATCH] Dissect and extra intro --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index aa78f12..33835b4 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,11 @@ # How To Program Your Micro-Controller This is about using `avr-dude`, `make` and getting a high-level understanding of what's happening under the hood so that you can tune your micro-controller yourself. +Notably, we'll cover the fuse programming for the ATTiny44 (echo ftdi board). In practice, you can just read most of what is linked in the **Embedded Programming** class [there](http://academy.cba.mit.edu/classes/embedded_programming/index.html). In fact, you should have done that already. -But for those who are overwhelmed, we will try to disect some of the content +But for those who are overwhelmed, we will try to dissect some of the content ## References -- GitLab