Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HIDScope MODSERIAL QEI biquadFilter mbed
Fork of Project_script_union_final by
Revision 5:107eb09fb095, committed 2018-09-16
- 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);
}
}
