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:46:52 2016 +0000
Branch:
branchj
Parent:
8:87d0f362adb8
Child:
10:10721093b14e
Commit message:
branch k

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:36:49 2016 +0000
+++ b/main.cpp	Tue Jan 12 13:46:52 2016 +0000
@@ -8,6 +8,6 @@
         wait(0.11); // 200 ms
         myled = 0; // LED is OFF
         wait(0.11); // 1 sec
-        //branch j
+        //branch k
     }
 }