main/files.h

Wed, 26 Jun 2024 18:57:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 18:57:03 +0200
changeset 132
9fb33533504a
parent 19
49e2960d4642
permissions
-rw-r--r--

Version 0.3.25. Larger partitions for the binary. Added UPGRADE.md with information for this upgrade.

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