Maze_Solver  1.0
A Maze Solver Algorithm for BotnRoll ONE A
IntersectionName.h File Reference

Go to the source code of this file.

Variables

char * intersectionName []
 
char * intersectionStr []
 

Variable Documentation

char* intersectionName[]
Initial value:
={ "NONE",
"DEAD_END",
"CROSS",
"T_JUNCTION",
"RIGHT_TURN",
"LEFT_TURN",
"RIGHT_STRAIGHT",
"LEFT_STRAIGHT"
}
char* intersectionStr[]
Initial value:
={
"NONE",
"DEAD_END",
"CROSS",
"T_JUNCTION",
"RIGHT_TURN",
"LEFT_TURN",
"RIGHT_STRAIGHT",
"LEFT_STRAIGHT"
}