main/updates.h

Fri, 01 Nov 2019 13:13:14 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Nov 2019 13:13:14 +0100
changeset 18
d969e0fe05dc
parent 0
88d965579617
child 26
8a3696620c0a
permissions
-rw-r--r--

Added splash screen and unit zero set menu.

/**
 * @file updates.h
 * @brief Updates management. It can download and install new firmware
 *        downloaded from the internet.
 */

#ifndef _UPDATES_H
#define _UPDATES_H

/**
 * @brief Updates init fases.
 */
void Updates_Init(void);

/**
 * @brief Updates loop screens. Blocking.
 */
void Updates_Loop(void);

#endif

mercurial