Overview
========
The emwin_temp_sensor example shows how to use emwin's graphics library and plot a graph of temperature sensor readings.
This is a Plain Load Example i.e. Program is downloaded into External SPI flash device and on boot copied to SRAMX and executed. 
See LPC540xx User Manual for more details.

Toolchain supported
===================
- IAR embedded Workbench 8.20.1
- Keil MDK 5.24
- MCUXpresso10.1.1

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

Board settings
==============
No special board settings.

Prepare the Demo
================
1. Connect a micro USB cable between the PC host and the LPC-Link USB port (J8) on the 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. 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 LPC54018 LPCXpresso board, a graph of temperature sensor readings.   