my blinky

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Sam Hogg
Date:
Tue Jul 24 11:49:58 2018 +0100
Parent:
3:14cc4e18dc51
Commit message:
Blink slower

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jul 20 11:12:32 2018 +0100
+++ b/main.cpp	Tue Jul 24 11:49:58 2018 +0100
@@ -7,6 +7,6 @@
         myled = 1;
         wait(0.2);
         myled = 0;
-        wait(0.2);
+        wait(0.4);
     }
 }