main/manual.h

changeset 0
b74b0e4902c3
equal deleted inserted replaced
-1:000000000000 0:b74b0e4902c3
1 /**
2 * @file manual.h
3 * @brief Manual control
4 */
5 #ifndef _MANUAL_H
6 #define _MANUAL_H
7
8 /**
9 * @brief Manual init fases.
10 * @return true if should jump to startover.
11 */
12 bool Manual_Init(void);
13
14 /**
15 * @brief Manual loop screens. Non-blocking.
16 * @return true if should jump to startover.
17 */
18 bool Manual_Loop(void);
19
20 #endif

mercurial