thermferm/simulator.h

changeset 259
b7c967359771
child 714
24749c296a50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thermferm/simulator.h	Fri Aug 22 17:12:42 2014 +0200
@@ -0,0 +1,15 @@
+#ifndef SIMULATOR_H
+#define	SIMULATOR_H
+
+#ifdef USE_SIMULATOR
+
+
+#ifdef HAVE_WIRINGPI_H
+PI_THREAD (my_simulator_loop);
+#else
+void *my_simulator_loop(void *);
+#endif
+
+#endif
+
+#endif

mercurial