coolers/sensors.h

Tue, 13 May 2014 16:33:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 13 May 2014 16:33:47 +0200
changeset 35
f3c5ae78b746
parent 27
4703cc10b99a
permissions
-rw-r--r--

Mosquitto init does several tries before giving up. The DHT11 sensor now uses a temperature offset too.

#ifndef	MY_SENSORS_H
#define MY_SENSORS_H

#ifdef HAVE_WIRINGPI_H

PI_THREAD (my_sensors_loop);

#endif

#endif

mercurial