yincheng.zhong
2023-08-03 b2759837b7247ffced986c93bad07f78d43377a4
1
2
3
4
5
6
7
8
 
#ifndef __ADC_H__
#define __ADC_H__
 
#include "main.h"
extern uint8_t Get_Battary(void);
extern void ADC_Configuration(void);
#endif