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 112:c7c727d92f2a, committed 2021-10-11
- Comitter:
- CSTritt
- Date:
- Mon Oct 11 12:24:03 2021 +0000
- Parent:
- 111:956b1c606b66
- Commit message:
- Minor comment edits.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 11 12:15:03 2021 +0000 +++ b/main.cpp Mon Oct 11 12:24:03 2021 +0000 @@ -18,7 +18,7 @@ Serial pc(USBTX, USBRX, 9600); // Create Serial object. -const char ESC=27; // ESC character for ANSI escape sequences. +const char ESC = 27; // ESC character for ANSI escape sequences. const int DELAY = 2000; // Loop delay in mS. int main() {