summaryrefslogtreecommitdiff
path: root/robot/mode_maze.h
blob: e7490b9d10b8884e4a689429ccce161991cd63c6 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/** @file mode_maze.h */

/**
 * maze mode
 *
 * finds route out of maze
 */
void w2_mode_maze();