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:35:53 2016 +0000
Parent:
2:0ee21411f758
Commit message:
branch i;

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:21:43 2016 +0000
+++ b/main.cpp	Tue Jan 12 13:35:53 2016 +0000
@@ -9,5 +9,6 @@
         myled = 0; // LED is OFF
         wait(0.11); // 1 sec
         wait(0.111);
+        //branch i
     }
 }