Make Gcode from .txt data. It is 2D array, for Robot Path.

Dependents:   WRS_mechanamu_test WRS2019_master

Revision:
5:9b4fcc87af6a
Parent:
4:1e606e2301f9
Child:
6:e513810fc3a6
--- a/MakeSequencer.h	Wed Oct 17 08:39:42 2018 +0000
+++ b/MakeSequencer.h	Wed Oct 17 09:11:24 2018 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 #include "string"
 #define CODE_LENGTH 15
-#define ARRAY_EREMENT 5
+#define ARRAY_EREMENT 6
 #define BUF 256