main/files.h

Sun, 14 Jan 2024 11:19:19 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Jan 2024 11:19:19 +0100
changeset 125
d2a33b279b11
parent 19
49e2960d4642
permissions
-rw-r--r--

Some kicad upgrade, no project 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