brewco/simulator.h

Sun, 27 Dec 2015 20:52:52 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Dec 2015 20:52:52 +0100
changeset 479
0e6a1163e6e3
parent 438
7d1ec160d751
permissions
-rw-r--r--

Bild target temperature 0.1 degree higher. Removed debug log from the simulator

#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