diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-05 17:00:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-05 17:00:55 +0200 |
commit | c4f82cfa5fa17f76547a0502961b433a1eb19aef (patch) | |
tree | b82134f5c246eb4cefea6dd7b266b3537c5022f8 /robot/mode_maze.h | |
parent | 028bbb5d8ad414e9244c21467602648fba463b97 (diff) |
format code and finish merge
Diffstat (limited to 'robot/mode_maze.h')
-rw-r--r-- | robot/mode_maze.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/robot/mode_maze.h b/robot/mode_maze.h index 6d481c1..e7490b9 100644 --- a/robot/mode_maze.h +++ b/robot/mode_maze.h @@ -7,8 +7,4 @@ * * 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(); |