================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
该样例演示了ADC序列扫描采样，序列扫描通道0-9。

Function descriptions:
This sample demonstrates the ADC sequence scanning sampling, with the sequence 
scanning channels from 0 to 9.
================================================================================
测试环境：
测试用板：DPM32M036_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M036_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。

Example execution steps:
1. Compile and download the program to MCU, and run it.
================================================================================
注意事项：
ADC引脚如下：
ADC_CH0    -> PA0
ADC_CH1    -> PA1
ADC_CH2    -> PA2
ADC_CH3    -> PA3
ADC_CH4    -> PA4
ADC_CH5    -> PA5
ADC_CH6    -> PA6
ADC_CH7    -> PA7
ADC_CH8    -> PB0
ADC_CH9    -> PB1
Notes:
The ADC pins are as follows:
ADC_CH0    -> PA0
ADC_CH1    -> PA1
ADC_CH2    -> PA2
ADC_CH3    -> PA3
ADC_CH4    -> PA4
ADC_CH5    -> PA5
ADC_CH6    -> PA6
ADC_CH7    -> PA7
ADC_CH8    -> PB0
ADC_CH9    -> PB1
================================================================================