coolers/sensors.h

Thu, 08 May 2014 15:09:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 08 May 2014 15:09:56 +0200
changeset 30
9c7119ac0455
parent 27
4703cc10b99a
permissions
-rw-r--r--

Fix for conditional defines for wiringPi library

#ifndef	MY_SENSORS_H
#define MY_SENSORS_H

#ifdef HAVE_WIRINGPI_H

PI_THREAD (my_sensors_loop);

#endif

#endif

mercurial