diff -r 000000000000 -r b74b0e4902c3 main/updates.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/updates.h Sat Oct 20 13:23:15 2018 +0200 @@ -0,0 +1,18 @@ +/** + * @file updates.h + * @brief Updates management. + */ +#ifndef _UPDATES_H +#define _UPDATES_H + +/** + * * @brief Updates init fases. + * */ +void Updates_Init(void); + +/** + * * @brief Updates loop screens. Non-blocking. + * */ +void Updates_Loop(void); + +#endif