7 lines
99 B
C
7 lines
99 B
C
|
|
#ifndef __BATTERY_DET_H_
|
||
|
|
#define __BATTERY_DET_H_
|
||
|
|
|
||
|
|
void bat_ad_init();
|
||
|
|
int bat_get_level();
|
||
|
|
|
||
|
|
#endif
|