#ifndef __ADC_H
#define __ADC_H
#include "ch32l103.h"
extern int16_t Calibrattion_Val;
void ADC_all_Init(void);
#endif