Read GCODE from a laptop and parse it into usable structures.

Dependencies:   MODSERIAL mbed

Dependents:   DrawBot

Fork of gCodeParser by Alejandro Jimenez

Revision:
1:7818b02dde4b
Parent:
0:fa0891ea897b
Child:
2:6e824fbbe94e
--- a/gparser.h	Mon Apr 14 05:03:29 2014 +0000
+++ b/gparser.h	Tue Apr 29 21:51:12 2014 +0000
@@ -20,7 +20,7 @@
 
 void parseGcode();
 void parserInit();
-G_cmd* fillInCmdList();
+int fillInCmdList();
 void cmd_Received(MODSERIAL_IRQ_INFO *q);
 
 #endif