#ifndef _adc_H #define _adc_H #include "sys.h" void ADCx_Init(void); u16 Get_ADC_Value(u8 ch,u8 times); u16 Get_ADC1_Value(u8 ch,u8 times); #endif