rishi vishwanath / Mbed 2 deprecated mbed_blinky

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
rishivishwanath
Date:
Mon May 11 05:59:29 2020 +0000
Parent:
0:63bb07316e5c
Commit message:
hi

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu May 07 15:12:27 2020 +0000
+++ b/main.cpp	Mon May 11 05:59:29 2020 +0000
@@ -5,7 +5,7 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.25);
+        wait(0.30);
         myled = 0;
         wait(0.2);
     }