Charles Tritt / Mbed 2 deprecated PWM_Driver_Serial

Dependencies:   mbed

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)