Final code for our 4180 Drawing Robot!

Dependencies:   4DGL-uLCD-SE gCodeParser mbed

Revision:
2:ba15545a4ccf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VStudio2013_Sources/README.txt	Wed Apr 30 16:40:10 2014 +0000
@@ -0,0 +1,10 @@
+GCODE parser for the Mbed Controlled DrawBot
+authors: Alejandro Jimenez, Jordan Ford
+ECE 4180 Spring 2014
+In order to compile and run the program on the PC that parses and sends GCODE to the Mbed, follow the steps:
+
+1) Create a new Visual Studio 2013 C++ project.
+2) Add the provided header and source files.
+3) In Project Properties, enable Common Language Runtime Support option (/clr)
+4) In the SerialIO.cpp source, line 51, change the path to point to the gcode file stored in your machine
+5) Compile and run when the Mbed is ready to receive commands
\ No newline at end of file