From d7576e44692a06c86f4f21aa4993283ce8408457 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 24 Sep 2016 15:33:47 -0400 Subject: [PATCH] Initial setup --- Makefile => Examples/Makefile | 0 Main.c | 0 README.md | 21 +++++++++++++++++++++ 3 files changed, 21 insertions(+) rename Makefile => Examples/Makefile (100%) create mode 100644 Main.c create mode 100644 README.md diff --git a/Makefile b/Examples/Makefile similarity index 100% rename from Makefile rename to Examples/Makefile diff --git a/Main.c b/Main.c new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..61d7f0a --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# CS2230 Assignment 3 + + +## Author + +Brandon Rodriguez + + +## Description + +Program for msp430 board. + +Reads user input, then returns a blinker depending on value. + +Blinks red for odd, blinks green for even. + + +### Notes + + +## Known Issues -- GitLab