thermferm/devices.h

changeset 648
62c5ed1b9cfd
parent 392
034746506c3d
child 654
e981d0185485
equal deleted inserted replaced
647:fcd85176ea2e 648:62c5ed1b9cfd
4 4
5 int device_out(char *, int); 5 int device_out(char *, int);
6 int device_in(char *, int *); 6 int device_in(char *, int *);
7 int devices_detect(void); 7 int devices_detect(void);
8 8
9 #ifdef HAVE_WIRINGPI_H
10 PI_THREAD (my_devices_loop);
11 #else
12 void *my_devices_loop(void *); 9 void *my_devices_loop(void *);
13 #endif
14 10
15 #endif 11 #endif

mercurial