main/updates.h

Mon, 05 Jul 2021 10:31:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 05 Jul 2021 10:31:38 +0200
changeset 107
9e400c2fe22f
parent 4
6d1f512cd074
permissions
-rw-r--r--

Versie 0.3.16

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