From e7ee85db698d1130e2f0b86856505cd917d33d9d Mon Sep 17 00:00:00 2001
From: Erik Strand <erik@erikstrand.net>
Date: Fri, 19 Oct 2018 15:12:00 -0400
Subject: [PATCH] Add README.md

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c877831
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# 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
+ended up with after modifying Neil's
+[echo](http://academy.cba.mit.edu/classes/embedded_programming/index.html#echo)
+board based on the guidelines of the
+[electronics design](http://academy.cba.mit.edu/classes/electronics_design/index.html)
+assignment.
-- 
GitLab