aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_maze.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/mode_maze.h')
-rw-r--r--robot/mode_maze.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/mode_maze.h b/robot/mode_maze.h
index 9fbeb8c..b97ad5c 100644
--- a/robot/mode_maze.h
+++ b/robot/mode_maze.h
@@ -5,4 +5,8 @@
*
* finds route out of maze
*/
+unsigned int sensors[5]; // an array to hold sensor values
+unsigned int position;
+unsigned int last_proportional=0;
+long integral=0;
void w2_mode_maze();