jihoon choi / Mbed 2 deprecated mbed_blinky

Dependencies:   mbed

Revision:
2:62fe08b73b33
Parent:
1:6b622c633d49
--- a/main.cpp	Thu Jun 18 07:56:09 2015 +0000
+++ b/main.cpp	Thu Jun 18 08:38:13 2015 +0000
@@ -6,8 +6,8 @@
 {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(1);
         myled = 0;
-        wait(0.2);
+        wait(1);
     }
 }