================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
该样例演示了ADC采样外部NTC温度传感器，通过串口将实时温度值打印出来，LED1每隔1s翻转一次。

Function descriptions:
This example demonstrates the ADC sampling of an external NTC temperature sensor, 
which prints real-time temperature values through a serial port, LED1 flips every 
1 second.
================================================================================
测试环境：
测试用板：DPM32M08X_EVB V1.0
MDK版本： 5.38


Test environment:
Test board: DPM32M08X_EVB V1.0
MDK Version: 5.38

================================================================================
使用步骤：
1. 接上P10上的跳线帽，将串口接到USB。
2. 编译下载程序到MCU，并运行。
3. 可观察到开发板上的LED1每隔1s翻转一次。
4. 串口实时输出温度。

Example execution steps:
1. Connect the jumper cap on P10, and connect the serial port to USB.
2. Compile and download the program;
3. Rotate the sliding resistor R11 on the development board to adjust the input voltage of the port；
4. Uart0 printing sampling data；
================================================================================
注意事项：
LED引脚如下：
LED1       -> PC10

ADC引脚如下：
ADC_CH10   -> PC0

UART引脚如下：
UART_Tx    -> PA9
UART_Rx    -> PA10

Notes:
The LED pins are as follows:
LED1       -> PC10

The ADC pins are as follows:
ADC_CH10   -> PC0

The UART pins are as follows:
UART_Tx    -> PA9
UART_Rx    -> PA10
================================================================================