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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..61d7f0aa1c6c2b6da66925eaabfc67bdfd095a50 --- /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