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: mbed X_NUCLEO_IKS01A1
Revision 1:f60aaf43c946, committed 2021-06-20
- Comitter:
- Yongjee
- Date:
- Sun Jun 20 10:08:14 2021 +0000
- Parent:
- 0:5a99cbe94217
- Commit message:
- led3 0.2sec
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jun 20 09:45:39 2021 +0000
+++ b/main.cpp Sun Jun 20 10:08:14 2021 +0000
@@ -10,6 +10,6 @@
while (1) {
led1 = 1;
- wait(2);
+ wait(0.2);
}
}