mash/sensors.c

changeset 147
0e7c51a66b5e
parent 103
99c47a8a61cb
equal deleted inserted replaced
146:11f431ac253d 147:0e7c51a66b5e
19 * along with EC-65K; see the file COPYING. If not, write to the Free 19 * along with EC-65K; see the file COPYING. If not, write to the Free
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 #include "mash.h" 23 #include "mash.h"
24 #include "xutil.h"
25
24 26
25 #ifdef HAVE_WIRINGPI_H 27 #ifdef HAVE_WIRINGPI_H
26 28
29 /* wiringPi */
30 #include <wiringPi.h>
31 #include <pcf8574.h>
32 #include <lcd.h>
27 33
28 extern bool debug; 34 extern int debug;
29 extern sys_config Config; 35 extern sys_config Config;
30 extern int my_shutdown; 36 extern int my_shutdown;
31 37
32 38
33 39

mercurial