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 5:d5e5d81ae10a, committed 2020-02-27
- Comitter:
- karberga
- Date:
- Thu Feb 27 22:38:18 2020 +0000
- Parent:
- 4:6b89b4556930
- Commit message:
- Changed file name
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 27 22:19:47 2020 +0000
+++ b/main.cpp Thu Feb 27 22:38:18 2020 +0000
@@ -6,7 +6,7 @@
while(1) {
myled = 1; // LED is ON
wait(0.2); // 200 ms
- myled = 0; // LED is What?
+ myled = 0; // LED is OFF
wait(1.0); // 1 sec
// Wait for button press to start test in while loop