thermferm/sensors.h

Sun, 13 Jul 2014 21:00:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 13 Jul 2014 21:00:01 +0200
changeset 108
50d2187fdb74
parent 106
1bd9a16f5061
permissions
-rw-r--r--

New rotating LCD display

#ifndef SENSORS_H
#define	SENSORS_H


#ifdef HAVE_WIRINGPI_H
PI_THREAD (my_sensors_loop);
#else
void *my_sensors_loop(void *);
#endif

#endif

mercurial