Home automation using Xbee radios
Dependencies: EthernetNetIf HTTPServer RPCInterface mbed C12832_lcd
Diff: main.cpp
- Revision:
- 1:230c1ec1c9bb
- Parent:
- 0:c498b8bcfc46
- Child:
- 2:9503a713b648
- Child:
- 7:15cbbbe6105c
--- a/main.cpp Tue Nov 26 01:30:18 2013 +0000 +++ b/main.cpp Tue Nov 26 01:40:05 2013 +0000 @@ -4,7 +4,7 @@ int main() { while(1) { - myled = 1; + myled = 0; wait(0.2); myled = 0; wait(0.2);