ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Files at this revision

API Documentation at this revision

Comitter:
tmboy
Date:
Mon Jul 17 08:34:29 2017 +0000
Parent:
41:a067e5c6e281
Child:
43:294225846244
Commit message:
ex2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 17 08:31:23 2017 +0000
+++ b/main.cpp	Mon Jul 17 08:34:29 2017 +0000
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(1);
+        wait(10);
     }
 }