coolers/sensors.h

changeset 27
4703cc10b99a
parent 26
9322c619c525
equal deleted inserted replaced
26:9322c619c525 27:4703cc10b99a
1 #ifndef MY_SENSORS_H 1 #ifndef MY_SENSORS_H
2 #define MY_SENSORS_H 2 #define MY_SENSORS_H
3 3
4 void my_sensors_loop(void); 4 #ifdef HAVE_WIRINGPI_H
5
6 PI_THREAD (my_sensors_loop);
5 7
6 #endif 8 #endif
9
10 #endif

mercurial