Stephen Yeh / Mbed OS mbed-os-example-blinky_v001

Files at this revision

API Documentation at this revision

Comitter:
StephenYeh0317
Date:
Thu Feb 06 07:18:13 2020 +0000
Parent:
79:27b141bfc453
Commit message:
st v002

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 06 07:10:20 2020 +0000
+++ b/main.cpp	Thu Feb 06 07:18:13 2020 +0000
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(0.5);
+        wait(0.6); // modify 0.5 to 0.6
     }
 }