main/setup.h

Tue, 22 Jun 2021 23:06:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Jun 2021 23:06:41 +0200
changeset 104
03c38ad63e8c
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Version 0.3.15. Back to real sensors. During cooling the target temperature is changed in 0.5 degrees steps instead of whole degrees.

/**
 * @file setup.h
 * @brief Setup screens.
 */
#ifndef	_SETUP_H
#define	_SETUP_H

/**
 * @brief Setup init fases.
 */
void Setup_Init(void);

/**
 * @brief Setup loop screens. Non-blocking.
 */
void Setup_Loop(void);

#endif

mercurial