/* * adc.h * * Created on: 2025Äê2ÔÂ25ÈÕ * Author: Cerlink */ #ifndef INIT_INC_ADC_H_ #define INIT_INC_ADC_H_ #include "ch32l103_conf.h" void all_adc_init(void); #endif /* INIT_INC_ADC_H_ */