Skip to content
Snippets Groups Projects
README.md 658 B
Newer Older
Erik Strand's avatar
Erik Strand committed
# ATTINY44A_blink
Erik Strand's avatar
Erik Strand committed

Erik Strand's avatar
Erik Strand committed
This repo contains a variety of simple programs for an ATTINY44A.

The majority are simple "hello world" type programs that only assume connection to
an LED and a button. Not coincidentally this is the sort of board I
Erik Strand's avatar
Erik Strand committed
ended up with after modifying Neil's
Erik Strand's avatar
Erik Strand committed
[echo board](http://academy.cba.mit.edu/classes/embedded_programming/index.html#echo)
based on the guidelines of the
Erik Strand's avatar
Erik Strand committed
[electronics design](http://academy.cba.mit.edu/classes/electronics_design/index.html)
Erik Strand's avatar
Erik Strand committed
assignment. Others involve bit-banging a serial connection to a computer using an FTDI
friend.
Erik Strand's avatar
Erik Strand committed

Read the comments in the Makefile for instructions on building and using this
code.