brewco/simulator.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 438
7d1ec160d751
permissions
-rw-r--r--

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

#ifndef SIMULATOR_H
#define	SIMULATOR_H

#ifdef USE_SIMULATOR


#ifdef HAVE_WIRINGPI_H
PI_THREAD (my_simulator_loop);
#else
void *my_simulator_loop(void *);
#endif

#endif

#endif

mercurial