Hardware requirements
=====================
- Micro USB cable
- LPCXpresso54608 board
- Personal Computer

Board settings
============
No special settings are required.

Prepare the Demo
===============
1.  Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.
2.  Open a serial terminal with the following settings:
    - 115200 baud rate
    - 8 data bits
    - No parity
    - One stop bit
    - No flow control
3.  Download the program to the target board.
4.  Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
The following statements will be printed out in the terminal.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADC basic example.
ADC_DoSelfCalibration() Done.
ADC Configuration Done.

TempValue        = 30.950083
TempValue        = 30.965891
TempValue        = 30.886892
TempValue        = 31.076468
TempValue        = 31.068567
TempValue        = 31.021173
TempValue        = 31.100159
TempValue        = 31.036968
TempValue        = 31.044870
TempValue        = 30.965881
TempValue        = 30.910595

...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

On the LCD of the LPC54608 LPCXpresso board, a graph of temperature sensor readings.
