main/updates.h

changeset 4
6d1f512cd074
parent 0
b74b0e4902c3
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file updates.h 2 * @file updates.h
3 * @brief Updates management. 3 * @brief Updates management. It can download and install new firmware
4 * downloaded from the internet.
4 */ 5 */
6
5 #ifndef _UPDATES_H 7 #ifndef _UPDATES_H
6 #define _UPDATES_H 8 #define _UPDATES_H
7 9
8 /** 10 /**
9 * * @brief Updates init fases. 11 * @brief Updates init fases.
10 * */ 12 */
11 void Updates_Init(void); 13 void Updates_Init(void);
12 14
13 /** 15 /**
14 * * @brief Updates loop screens. Non-blocking. 16 * @brief Updates loop screens. Blocking.
15 * */ 17 */
16 void Updates_Loop(void); 18 void Updates_Loop(void);
17 19
18 #endif 20 #endif

mercurial