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: FastAnalogIn fastADC
Revision 103:2da5fc276330, committed 2019-11-25
- Comitter:
- candre97
- Date:
- Mon Nov 25 02:27:34 2019 +0000
- Parent:
- 102:14fd65f261a2
- Child:
- 109:1d95a4596fb5
- Commit message:
- saved changes;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Nov 25 02:25:10 2019 +0000
+++ b/main.cpp Mon Nov 25 02:27:34 2019 +0000
@@ -29,7 +29,7 @@
printf("Printing from thread #%d", 1);
}
}
-
+
void led2_thread() {
while (true) {
led2 = !led2;