led test fork

Dependencies:   mbed

Fork of NEWPRO by li yao

Files at this revision

API Documentation at this revision

Comitter:
yaoli
Date:
Wed Feb 05 10:45:47 2014 +0000
Parent:
0:402d12233273
Child:
2:a37b541356b1
Commit message:
SLOWDOWN BINK RATE

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Feb 05 10:44:28 2014 +0000
+++ b/main.cpp	Wed Feb 05 10:45:47 2014 +0000
@@ -7,8 +7,8 @@
     while(1) {
         myled = 1;
         myled2 = 0;
-        wait(0.2);
+        wait(0.3);
         myled2 = 1;
-        wait(0.2);
+        wait(0.5);
     }
 }