Home automation using Xbee radios

Dependencies:   EthernetNetIf HTTPServer RPCInterface mbed C12832_lcd

Link to Notebook Page

Revision:
6:438291b14122
Parent:
0:c498b8bcfc46
Child:
7:15cbbbe6105c
--- a/main.cpp	Tue Nov 26 01:30:18 2013 +0000
+++ b/main.cpp	Tue Nov 26 01:39:51 2013 +0000
@@ -8,5 +8,7 @@
         wait(0.2);
         myled = 0;
         wait(0.2);
+        
+        //This is a test comment
     }
 }