main/automation.h

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
equal deleted inserted replaced
0:b74b0e4902c3 1:ad2c8b13eb88
12 */ 12 */
13 bool Automation_Init(void); 13 bool Automation_Init(void);
14 14
15 /** 15 /**
16 * @brief Automation loop screens. Non-blocking (mostly). 16 * @brief Automation loop screens. Non-blocking (mostly).
17 * #return true if should jump to startover. 17 * @return true if should jump to startover.
18 */ 18 */
19 bool Automation_Loop(void); 19 bool Automation_Loop(void);
20 20
21 21
22 #endif 22 #endif

mercurial