Sample of http://ohurochan.jp/blog/?p=439

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
tandk1124
Date:
Mon Mar 06 12:56:36 2017 +0000
Parent:
2:5a1cb5bdeae6
Commit message:
new

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 06 05:08:44 2017 +0000
+++ b/main.cpp	Mon Mar 06 12:56:36 2017 +0000
@@ -34,6 +34,6 @@
                 loopCnt = 0;
             }
         }
-        wait(1);
+        wait(0.5);
     }
 }