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:19:26 2016 +0000
Parent:
0:d917aa1aa364
Child:
2:0ee21411f758
Child:
3:7a8d2ee1234f
Child:
8:87d0f362adb8
Commit message:
test

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:18:55 2016 +0000
+++ b/main.cpp	Tue Jan 12 13:19:26 2016 +0000
@@ -7,6 +7,6 @@
         myled = 1; // LED is ON
         wait(0.11); // 200 ms
         myled = 0; // LED is OFF
-        wait(0.1); // 1 sec
+        wait(0.11); // 1 sec
     }
 }