#ifndef __DRV_ADC_H_
#define __DRV_ADC_H_
void ADC_Init();
float ptz_Voltage_collect_adc1_task();
void init_data_collect_module(void);
#endif