coolers/sensors.h

Tue, 06 May 2014 13:24:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 06 May 2014 13:24:25 +0200
changeset 27
4703cc10b99a
parent 26
9322c619c525
permissions
-rw-r--r--

Sensor reading is done in a thread

#ifndef	MY_SENSORS_H
#define MY_SENSORS_H

#ifdef HAVE_WIRINGPI_H

PI_THREAD (my_sensors_loop);

#endif

#endif

mercurial