main/setup.h

changeset 0
b74b0e4902c3
equal deleted inserted replaced
-1:000000000000 0:b74b0e4902c3
1 /**
2 * @file setup.h
3 * @brief Setup screens.
4 */
5 #ifndef _SETUP_H
6 #define _SETUP_H
7
8 /**
9 * @brief Setup init fases.
10 */
11 void Setup_Init(void);
12
13 /**
14 * @brief Setup loop screens. Non-blocking.
15 */
16 void Setup_Loop(void);
17
18 #endif

mercurial