adam zhang / Mbed 2 deprecated Nucleo_blink_led1

Dependencies:   mbed

Fork of Nucleo_blink_led by adam zhang

Files at this revision

API Documentation at this revision

Comitter:
adam_z
Date:
Tue Jan 12 13:29:56 2016 +0000
Branch:
haha
Parent:
1:a91c7a3d9689
Child:
4:3b5430197cf3
Commit message:
branch1;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jan 12 13:19:26 2016 +0000
+++ b/main.cpp	Tue Jan 12 13:29:56 2016 +0000
@@ -8,5 +8,7 @@
         wait(0.11); // 200 ms
         myled = 0; // LED is OFF
         wait(0.11); // 1 sec
+        wait(0.111);
+        //branch
     }
 }