ex

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

Files at this revision

API Documentation at this revision

Comitter:
TMBOY
Date:
Tue Jul 18 16:36:10 2017 +0800
Parent:
45:2aa9f933c8d2
Child:
47:9e361da97763
Commit message:
add library

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jul 18 16:34:48 2017 +0800
+++ b/main.cpp	Tue Jul 18 16:36:10 2017 +0800
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(0.5);
+        wait(1);
     }
 }