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:
- 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)