Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
sylee2310
Date:
Sat Feb 16 06:00:45 2019 +0000
Parent:
4:cfce770cd60d
Commit message:
kk

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Feb 16 05:55:33 2019 +0000
+++ b/main.cpp	Sat Feb 16 06:00:45 2019 +0000
@@ -8,6 +8,6 @@
         myled = 1; // LED is ON
         wait(2.5); // 200 ms
         myled = 0; // LED is OFF
-        wait(2.0); // 1 sec
+        //wait(2.0); // 1 sec
     }
 }