From ec897a9c9c636d8a61f15892effcc21b1c6be28f Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Wed, 14 Nov 2018 12:07:14 -0500 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18b3ed3..9d370d3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # ATTINY44A_blink -This repo contains a variety of "hello world" type programs for an ATTINY44a -connected to an LED and a button. Not coincidentally this is the sort of board I +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 ended up with after modifying Neil's [echo board](http://academy.cba.mit.edu/classes/embedded_programming/index.html#echo) based on the guidelines of the [electronics design](http://academy.cba.mit.edu/classes/electronics_design/index.html) -assignment. +assignment. Others involve bit-banging a serial connection to a computer using an FTDI +friend. Read the comments in the Makefile for instructions on building and using this code. -- GitLab