thermferm/thermferm.c

changeset 106
1bd9a16f5061
parent 105
a5a964148e34
child 108
50d2187fdb74
equal deleted inserted replaced
105:a5a964148e34 106:1bd9a16f5061
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with EC-65K; see the file COPYING. If not, write to the Free 19 * along with EC-65K; see the file COPYING. If not, write to the Free
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 #include "lock.h"
24 #include "logger.h"
25 #include "rdconfig.h"
26 #include "sensors.h"
27 #include "server.h"
23 #include "thermferm.h" 28 #include "thermferm.h"
29 #include "lcd-pcf8574.h"
30 #include "lcd-buffer.h"
31 #include "futil.h"
32 #include "units.h"
33 #include "xutil.h"
24 34
25 35
26 int current_unit = -1; 36 int current_unit = -1;
27 int tempA = 80; 37 int tempA = 80;
28 int tempB = 80; 38 int tempB = 80;

mercurial