zhyinch
2021-04-29 cfa98f1edb2bb2d95b7323f7c5e7637f91aa4d66
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