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:31:33 2016 +0000
Branch:
haha1
Parent:
3:7a8d2ee1234f
Child:
5:7aa0363c127e
Commit message:
branch2;

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