swixteen  0.03
Switch a lamp on/off with X10 RF commands
 All Files Functions Variables Macros Pages
MarmitekX10.h
Go to the documentation of this file.
1 int SendPreamble( void );
2 int SendRfCode( unsigned char Address, unsigned char Action );
3 int SendByte( int Byte );
4 int SendBit( int Bit );
6 int GetX10CommandsBy( char *Name );