asdf

Dependencies:   mbed

Fork of XbeeHomeAutomation by Chris Wilson

Revision:
1:ecbee6eb3020
Parent:
0:c498b8bcfc46
Child:
2:62271bcaa4a7
--- a/main.cpp	Tue Nov 26 01:30:18 2013 +0000
+++ b/main.cpp	Tue Nov 26 01:33:04 2013 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 DigitalOut myled(LED1);
-
+DigitalOut myled2(LED2);
 int main() {
     while(1) {
         myled = 1;