1
2
3
4
5
6
7
 
#ifndef __ADC_H__
#define __ADC_H__
#include "HIDO_Typedef.h"
#include "main.h"
HIDO_FLOAT Power_GetBatteryPercentage(HIDO_VOID);
#endif