swixteen  0.03
Switch a lamp on/off with X10 RF commands
 All Files Functions Variables Macros Pages
Sysfs.h
Go to the documentation of this file.
1 #define ON 1
2 #define OFF 0
3 
4 #define Sender 14 /* P1-08 */
5 
6 #define DIRECTION_MAX 35
8 
10 
11 int GpioExport(int Pin);
12 int SetGpioAsOutput(int Pin);
13 int SwitchSender(int State);
14 int GpioUnExport(int Pin);
15 int OpenGpioPinFd( int Pin );
16 int CloseGpioPinFd( int GpioPinFd );