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 1:7a1f927db217, committed 2020-02-19
- Comitter:
- jullman21
- Date:
- Wed Feb 19 22:41:58 2020 +0000
- Parent:
- 0:32d72507001e
- Child:
- 2:cb08f13b5e9e
- Commit message:
- poop;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Feb 19 22:36:14 2020 +0000
+++ b/main.cpp Wed Feb 19 22:41:58 2020 +0000
@@ -6,7 +6,7 @@
while(1) {
myled = 1; // LED is ON
wait(0.2); // 200 ms
- myled = 0; // LED is OFF
+ myled = 0; // LED is Poop
wait(1.0); // 1 sec
}
}