main/files.h

Thu, 11 Jun 2020 20:40:19 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Jun 2020 20:40:19 +0200
changeset 89
fa44bd094e01
parent 19
49e2960d4642
permissions
-rw-r--r--

Added power usage counters to manual mode.

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