modified project by other user

Dependencies:   mbed

Fork of __collab_test by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Sat Jun 09 00:08:39 2012 +0000
Parent:
0:0e25a3e84b78
Child:
5:2ccbf6d5d336
Commit message:
ct 0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jun 09 00:05:21 2012 +0000
+++ b/main.cpp	Sat Jun 09 00:08:39 2012 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(0.1);
         myled = 0;
-        wait(0.2);
+        wait(0.1);
     }
 }