main/files.h

Sat, 29 Jun 2024 13:33:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Jun 2024 13:33:57 +0200
branch
idf 5.1
changeset 138
eab1b7c07cdf
parent 19
49e2960d4642
permissions
-rw-r--r--

Added some conditional version tests

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