thermferm/sensors.h

changeset 41
f534ace74eea
parent 27
4703cc10b99a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thermferm/sensors.h	Sun May 18 21:24:55 2014 +0200
@@ -0,0 +1,10 @@
+#ifndef	MY_SENSORS_H
+#define MY_SENSORS_H
+
+#ifdef HAVE_WIRINGPI_H
+
+PI_THREAD (my_sensors_loop);
+
+#endif
+
+#endif

mercurial