From 7736185f56213986ca151f975a25752854c6db05 Mon Sep 17 00:00:00 2001
From: Daniel Jones <admin@danieljon.es>
Date: Tue, 13 Nov 2018 09:05:48 +1030
Subject: added readme

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

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3c95bbd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+![gif example, see example.gif](example.gif)
+
+A simple 7 segment display written in C.
+
+compile with ````cc 7segment.c````, run with ````./a.out````.
-- 
cgit v1.2.3