thermferm/units.h

changeset 182
dd69ccba8fa8
parent 181
4099412fca09
child 183
6c3accd7e60e
equal deleted inserted replaced
181:4099412fca09 182:dd69ccba8fa8
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