thermferm/units.h

changeset 106
1bd9a16f5061
equal deleted inserted replaced
105:a5a964148e34 106:1bd9a16f5061
1 #ifndef UNITS_H
2 #define UNITS_H
3
4
5 #ifdef HAVE_WIRINGPI_H
6 PI_THREAD (my_units_loop);
7 #else
8 void *my_units_loop(void *);
9 #endif
10
11 #endif

mercurial