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.
Diff: main.cpp
- Revision:
- 112:c7c727d92f2a
- Parent:
- 111:956b1c606b66
- Child:
- 113:cc5beacdad5a
--- 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() {