From 890446958cfa544ddfa51367063adb823ca1c63c Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 00:57:10 -0400
Subject: [PATCH] Add readme

---
 readme.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 readme.md

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..28f2703
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,12 @@
+# Assembly - MSP430 Number Guessing Counter
+
+
+## Description
+Treats the MSP430 as a "number guesser" by counting up or down, towards the number.
+
+On button press, the MSP430 will either:
+* Flash lights for hitting the button on the number.
+* Continue counting in the same direction.
+* Reverse directions, if it has already passed the number.
+
+Blinking green light represents counting up, red for counting down.
-- 
GitLab