Sami Kanderian / Mbed 2 deprecated TestAnalogInPins

Dependencies:   mbed

Revision:
5:b98a0f60f700
Parent:
4:9e93bf4863cb
Child:
6:214e2180c586
--- a/main.cpp	Wed May 11 20:21:49 2016 +0000
+++ b/main.cpp	Wed May 11 20:24:18 2016 +0000
@@ -1,6 +1,6 @@
 /*TestAnalogInPins: written by Sami Kanderian, last updated on 11 May 2016. It continuously reads
 and prints  16 Analog Input Pin voltages on the NPX Freescale FRDM-KL25Z microprocessor board via
-Serial inputs registered via an RX Interrupt trigger that changes the value of charCCIn, where
+serial inputs registered via an RX Interrupt trigger that changes the value of charCCIn, where
 charCCIn goes from '00' to '16'. charCCIn should be preceeded by a '#'. Serial baud rate is 9600.
 The data acquisition rate whereby voltage readings are updated is defined by the variable updatePeriodMs.