Rami Hammami / Mbed 2 deprecated Nucleo_blink_led

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
rahfhg
Date:
Thu Oct 19 15:55:12 2017 +0000
Parent:
1:3c2de88edfa9
Commit message:
change 3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 19 15:53:15 2017 +0000
+++ b/main.cpp	Thu Oct 19 15:55:12 2017 +0000
@@ -7,7 +7,7 @@
     while(1) {
         myled = 1; // LED is ON
         myled3 = 0; // LED is ON
-        wait(0.3); // 200 ms
+        wait(0.4); // 200 ms
         myled = 0; // LED is OFF
         myled3 = 1; // LED is ON
         wait(1.2); // 1 sec