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