swixteen
0.03
Switch a lamp on/off with X10 RF commands
Main Page
Files
File List
Globals
All
Files
Functions
Variables
Macros
Pages
Sysfs
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
7
char
path
[
DIRECTION_MAX
];
8
9
int
GpioPinFd
;
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
);
Generated on Sat Oct 5 2013 21:30:15 for swixteen by
1.8.3.1