James Heavey / Mbed 2 deprecated 3875_DISSERTATION

Dependencies:   mbed 3875_Individualproject

Revision:
22:02dda79d50b4
Parent:
21:54ea75f7984f
Child:
23:71e84953b3f3
--- a/main/main.h	Fri Apr 03 19:55:09 2020 +0000
+++ b/main/main.h	Wed Apr 08 06:03:58 2020 +0000
@@ -78,10 +78,11 @@
 char dir = 'N';
 int curr_coords[2];
 int total_points = 0;
-char point[100];
-int type[100];
-int explored[100];
+unsigned int looped_path[100]
+unsigned int point[100];
+unsigned int type[100];
+unsigned int explored[100];
 int coords_x[100];
 int coords_y[100];
-char turn_priority[4] = { 'S' , 'W' , 'N', 'E' };    // reversed
+char turn_priority[4] = { 'S' , 'E' , 'N', 'W' };    // reversed
 #endif
\ No newline at end of file