main/updates.h

Thu, 21 Nov 2019 22:19:27 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 21 Nov 2019 22:19:27 +0100
changeset 35
090b9d36b7a1
parent 26
8a3696620c0a
permissions
-rw-r--r--

I2C busspeed from 50 KHz to 400 KHz.

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

#ifndef _UPDATES_H
#define _UPDATES_H


/**
 * @brief Update firmware via internet.
 */
void bin_update(void);


#endif

mercurial