coolers/coolers.c

changeset 29
ac763b87ee25
parent 28
32ed1ea4d0b6
child 33
2357e8636a60
equal deleted inserted replaced
28:32ed1ea4d0b6 29:ac763b87ee25
26 #include "sensors.h" 26 #include "sensors.h"
27 27
28 #ifdef HAVE_WIRINGPI_H 28 #ifdef HAVE_WIRINGPI_H
29 29
30 30
31 int tempA = 240; 31 int tempA = 170;
32 int tempB = 250; 32 int tempB = 250;
33 int coolerA = 0; 33 int coolerA = 0;
34 int coolerB = 0; 34 int coolerB = 0;
35 35
36 bool shutdown = false; 36 bool shutdown = false;

mercurial