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.
Revision 108:a016a8ac873b, committed 2020-02-06
- Comitter:
- StephenYeh0317
- Date:
- Thu Feb 06 07:18:13 2020 +0000
- Parent:
- 79:27b141bfc453
- Commit message:
- st v002
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 06 07:10:20 2020 +0000
+++ b/main.cpp Thu Feb 06 07:18:13 2020 +0000
@@ -6,7 +6,7 @@
int main() {
while (true) {
led1 = !led1;
- wait(0.5);
+ wait(0.6); // modify 0.5 to 0.6
}
}