thermferm/rc-switch.h

changeset 213
2317b8d644fa
parent 180
b62644eb442f
equal deleted inserted replaced
212:a76cbe676bf1 213:2317b8d644fa
1 #ifndef _RC_SWITCH_H 1 #ifndef _RC_SWITCH_H
2 #define _RC_SWITCH_H 2 #define _RC_SWITCH_H
3 3
4 4
5 #ifdef HAVE_WIRINGPI_H 5 #ifdef HAVE_WIRINGPI_H
6
7 /* wiringPi */
8 //#include <wiringPi.h>
9 6
10 7
11 /* rc-switch.c */ 8 /* rc-switch.c */
12 int toggleSwitch(char *); 9 int toggleSwitch(char *);
13 int toggleTypeA(char *, char *, int); 10 int toggleTypeA(char *, char *, int);
31 void disableTransmit(void); 28 void disableTransmit(void);
32 29
33 char *dec2binWzerofill(unsigned long, unsigned int); 30 char *dec2binWzerofill(unsigned long, unsigned int);
34 31
35 32
36 /* xutil.c */
37 //char *xmalloc(size_t);
38 //char *xstrcpy(char *);
39 //char *xstrcat(char *, char *);
40
41 #endif 33 #endif
42 34
43 35
44 #endif 36 #endif

mercurial