📄️ ATtiny44A Fuses
Fab ISP
📄️ ATtiny Embedded Programming with the Arduino IDE
The assignment for this week is to read a microcontroller datasheet and to program your Hello Button + LED board to do something, in as many different programming languages as possible.
📄️ Echo Keyboard Input Using C
Program Your Board in C to Echo Back Keyboard Input
📄️ Makefile for Embedded Programming
Summary:
📄️ Timing a second using an AVR microcontroller
This tutorial runs through how to use timer interrupts to efficiently time a second, whilst doing other tasks at the same time (synchronously).