thermferm/units.h

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

mercurial