Sami Kanderian / Mbed 2 deprecated TestAnalogInPins

Dependencies:   mbed

Revision:
4:9e93bf4863cb
Parent:
3:3b45e830ebe1
Child:
5:b98a0f60f700
--- a/main.cpp	Wed May 11 20:20:13 2016 +0000
+++ b/main.cpp	Wed May 11 20:21:49 2016 +0000
@@ -2,7 +2,7 @@
 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
 charCCIn goes from '00' to '16'. charCCIn should be preceeded by a '#'. Serial baud rate is 9600.
-The data acquisition rate is defined by the variable updatePeriodMs.
+The data acquisition rate whereby voltage readings are updated is defined by the variable updatePeriodMs.
 
 Serial inputs followed by Carriage Return:
 '#00': print analog input voltages on all pins (deafault printout on startup)