New example. Initial version.

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() {