Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Maze/maze_solver.h
- Revision:
- 28:600932142201
- Parent:
- 27:b980fce784ea
- Child:
- 30:daf286ac049f
--- a/Maze/maze_solver.h Fri May 26 05:45:02 2017 +0000 +++ b/Maze/maze_solver.h Sat May 27 07:21:02 2017 +0000 @@ -98,5 +98,9 @@ bool center_found(); void move_one_cell(); + + int get_prev_direction(); + + int get_next_cell_direction(); };