asdf

Dependencies:   mbed

Fork of XbeeHomeAutomation by Chris Wilson

Files at this revision

API Documentation at this revision

Comitter:
mmujica6
Date:
Tue Nov 26 01:34:45 2013 +0000
Parent:
1:ecbee6eb3020
Commit message:
Changed 1 to 0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ecbee6eb3020 -r 62271bcaa4a7 main.cpp
--- a/main.cpp	Tue Nov 26 01:33:04 2013 +0000
+++ b/main.cpp	Tue Nov 26 01:34:45 2013 +0000
@@ -4,7 +4,7 @@
 DigitalOut myled2(LED2);
 int main() {
     while(1) {
-        myled = 1;
+        myled = 0;
         wait(0.2);
         myled = 0;
         wait(0.2);