brewco/devices.h

changeset 487
d5bc44183aa4
parent 486
5a237a99a793
child 488
bee1f70fb42b
--- a/brewco/devices.h	Thu Feb 25 22:42:54 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#ifndef MY_DEVICES_H
-#define	MY_DEVICES_H
-
-
-int device_out(char *, int);
-int device_in(char *, int *);
-int devices_detect(void);
-
-#ifdef HAVE_WIRINGPI_H
-PI_THREAD (my_devices_loop);
-#else
-void *my_devices_loop(void *);
-#endif
-
-#endif

mercurial