brewco/simulator.h

changeset 487
d5bc44183aa4
parent 486
5a237a99a793
child 488
bee1f70fb42b
equal deleted inserted replaced
486:5a237a99a793 487:d5bc44183aa4
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