11 lines
123 B
C
11 lines
123 B
C
|
#ifndef __ADC_H
|
||
|
#define __ADC_H
|
||
|
|
||
|
#include "ch32l103.h"
|
||
|
|
||
|
extern int16_t Calibrattion_Val;
|
||
|
|
||
|
void ADC_all_Init(void);
|
||
|
|
||
|
#endif
|