main/automation.h

changeset 0
b74b0e4902c3
child 1
ad2c8b13eb88
equal deleted inserted replaced
-1:000000000000 0:b74b0e4902c3
1 /**
2 * @file automation.h
3 * @brief Brew automation.
4 */
5 #ifndef _AUTOMATION_H
6 #define _AUTOMATION_H
7
8
9 /**
10 * @brief Automation init fases
11 * @return true if should jump to startover.
12 */
13 bool Automation_Init(void);
14
15 /**
16 * @brief Automation loop screens. Non-blocking (mostly).
17 * #return true if should jump to startover.
18 */
19 bool Automation_Loop(void);
20
21
22 #endif

mercurial