diff --git a/index.html b/index.html index aa78f125fb416a7d822528f11a0d6a7522baccf1..33835b4f74c345e1ee85da954266a2ef6d4275a0 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