first publish

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

Files at this revision

API Documentation at this revision

Comitter:
toshikura0225
Date:
Wed Aug 10 14:16:06 2016 +0000
Parent:
8:bb09890333fe
Commit message:
first commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 06 20:30:05 2016 +0100
+++ b/main.cpp	Wed Aug 10 14:16:06 2016 +0000
@@ -7,7 +7,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        Thread::wait(500);
+        Thread::wait(50);
     }
 }