config.h.in

Mon, 18 May 2015 21:19:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 18 May 2015 21:19:06 +0200
changeset 365
df0261bb3feb
parent 259
b7c967359771
child 409
cdf68044adaf
permissions
-rw-r--r--

Version 0.3.3, still not for production. Fixed warnings when the simulator code is compiled. Slowed the simulator air temperature change 60 times. More realistic temperature changes for the heater and cooler elements. Improved logic in the simulator.

4
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 /* config.h.in. */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 #undef COPYRIGHT
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 #undef VERSION
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 /* Compile experimental code (may not be present) */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 #undef USE_EXPERIMENT
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8
259
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
9 /* Compile simulator code */
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
10 #undef USE_SIMULATOR
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
11
4
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 /* According to Sun we MUST define this in the source */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 #define _REENTRANT 1
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14
17
b802305046dc Tests for wiringPi are now not fatal
Michiel Broek <mbroek@mbse.eu>
parents: 7
diff changeset
15 /* Define if you have the <wiringPi.h> header file. */
b802305046dc Tests for wiringPi are now not fatal
Michiel Broek <mbroek@mbse.eu>
parents: 7
diff changeset
16 #undef HAVE_WIRINGPI_H

mercurial