main/files.h

Mon, 26 Sep 2022 22:17:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 26 Sep 2022 22:17:35 +0200
changeset 122
9a0da652c5c4
parent 19
49e2960d4642
permissions
-rw-r--r--

Upgraded kicad to version 6

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