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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:8e3c0c69a6ca
- Parent:
- 0:2254358fce87
- Child:
- 2:e0faf9e57796
--- a/main.cpp	Mon Mar 27 12:48:54 2017 +0000
+++ b/main.cpp	Mon Mar 27 13:29:43 2017 +0000
@@ -3,8 +3,8 @@
     File: main.cpp
     
     Reads from analog input, streams ASCII text to std serial using printf and
-    lights onboard LED. Also demonstrates use of floating point literal sufix to
-    eliminate warning and int constants for HIGH and LOW.
+    lights onboard LED. Also demonstrates use of floating point literal suffix
+    toeliminate warning and int constants for HIGH and LOW.
     
     Written by: Dr. C. S. Tritt
     Created: 3/26/17 (v. 1.0)