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:33:49 2016 +0000
Branch:
branchy
Parent:
5:7aa0363c127e
Commit message:
branchy;

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:32:33 2016 +0000
+++ b/main.cpp	Tue Jan 12 13:33:49 2016 +0000
@@ -9,6 +9,6 @@
         myled = 0; // LED is OFF
         wait(0.11); // 1 sec
         wait(0.111);
-        //branchx
+        //branchy
     }
 }