main/files.h

Mon, 29 Oct 2018 19:37:14 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 29 Oct 2018 19:37:14 +0100
changeset 30
3cc32f97410c
parent 19
49e2960d4642
permissions
-rw-r--r--

Swapped MLT and HLT SSR pins to match he real hardware. More doxygen changes.

/**
 * @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

mercurial