Http Server
Dependencies: EthernetNetIf HTTPServer RPCInterface mbed
Fork of WeatherRx by
x10rf.h@0:7f9517ce9e71, 2011-08-27 (annotated)
- Committer:
- lotfi_baghli
- Date:
- Sat Aug 27 16:45:11 2011 +0000
- Revision:
- 0:7f9517ce9e71
V0.21
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lotfi_baghli | 0:7f9517ce9e71 | 1 | // Interface Lib to X10 RF transmiter |
lotfi_baghli | 0:7f9517ce9e71 | 2 | |
lotfi_baghli | 0:7f9517ce9e71 | 3 | void SendX10rf(char houseCode, int numberCode, int action); |
lotfi_baghli | 0:7f9517ce9e71 | 4 | // action : 1 : On, 0 : Off, 2 : BRIGHT , 3 : DIM |