thermferm/sensors.h

changeset 106
1bd9a16f5061
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thermferm/sensors.h	Sun Jul 13 17:31:45 2014 +0200
@@ -0,0 +1,11 @@
+#ifndef SENSORS_H
+#define	SENSORS_H
+
+
+#ifdef HAVE_WIRINGPI_H
+PI_THREAD (my_sensors_loop);
+#else
+void *my_sensors_loop(void *);
+#endif
+
+#endif

mercurial