test publish

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Gunn
Date:
Wed May 20 02:05:28 2015 +0000
Parent:
0:963575f3e31d
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed May 13 10:34:23 2015 +0000
+++ b/main.cpp	Wed May 20 02:05:28 2015 +0000
@@ -5,7 +5,7 @@
 int main() {
     while(1) {
         myled = 1; // LED is ON
-        wait(0.2); // 200 ms
+        wait(1.2); // 200 ms
         myled = 0; // LED is OFF
         wait(1.0); // 1 sec
     }