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.
Diff: main.cpp
- 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.