main/task_user.h

changeset 26
8a3696620c0a
parent 23
58a328e91881
child 38
46e2c385e9de
equal deleted inserted replaced
25:cc7c423f03fb 26:8a3696620c0a
44 * @return Returns true if the user interface is active, false otherwise. 44 * @return Returns true if the user interface is active, false otherwise.
45 */ 45 */
46 bool user_busy(void); 46 bool user_busy(void);
47 47
48 48
49
50 /**
51 * @brief Write messages on the screen during binary update.
52 * @param m1 Message 1 or NULL.
53 * @param m2 Message 2 or NULL.
54 */
55 void screen_updating(char *m1, char *m2);
56
57
58
49 /** 59 /**
50 * @brief The FreeRTOS task to run the user interface. 60 * @brief The FreeRTOS task to run the user interface.
51 */ 61 */
52 void task_user(void *); 62 void task_user(void *);
53 63

mercurial