thermferm/simulator.h

changeset 259
b7c967359771
child 714
24749c296a50
equal deleted inserted replaced
258:e02393b29733 259:b7c967359771
1 #ifndef SIMULATOR_H
2 #define SIMULATOR_H
3
4 #ifdef USE_SIMULATOR
5
6
7 #ifdef HAVE_WIRINGPI_H
8 PI_THREAD (my_simulator_loop);
9 #else
10 void *my_simulator_loop(void *);
11 #endif
12
13 #endif
14
15 #endif

mercurial