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.
Fork of mbed-os-example-mbed5-blinky by
Revision 72:108c30d8ae39, committed 2018-07-14
- Comitter:
- MarkAntony
- Date:
- Sat Jul 14 18:25:28 2018 +0000
- Parent:
- 71:24437f8a77a2
- Commit message:
- just normal blinky blinky
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 02 10:45:02 2018 +0100
+++ b/main.cpp Sat Jul 14 18:25:28 2018 +0000
@@ -6,6 +6,8 @@
int main() {
while (true) {
led1 = !led1;
+ wait(1.0);
+ led1 = !led1;
wait(0.5);
}
}
