brewco/setup.h

Tue, 22 Dec 2015 15:59:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Dec 2015 15:59:26 +0100
changeset 471
1564b60558b1
parent 442
1193bd7d460f
child 473
fdd30e935079
permissions
-rw-r--r--

Manual mode now uses the PID's. The display shows heating percentage and the setpoints alternated very 2 seconds.

#ifndef _SETUP_H
#define	_SETUP_H


void editUnit(units_list *);
void addUnit(int);
void setup(void);

#endif

mercurial