Marijke Zondag / Mbed 2 deprecated Project_script_union_final_version

Dependencies:   HIDScope MODSERIAL QEI biquadFilter mbed

Fork of Project_script_union_final by Jorine Oosting

Files at this revision

API Documentation at this revision

Comitter:
MarijkeZondag
Date:
Sun Sep 16 13:50:44 2018 +0000
Parent:
4:fbea05c8fe2b
Child:
6:f4bbb73f3989
Commit message:
changed 0.2f to 0.5f

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 16 13:49:23 2018 +0000
+++ b/main.cpp	Sun Sep 16 13:50:44 2018 +0000
@@ -18,7 +18,7 @@
     {
             gpo     = !gpo;
             myled   = !myled; // toggle a led
-            wait (0.2f);
+            wait (0.5f);
     }
 }