仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XRange_Tag
电池标签L051工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
V1.58 香港机场测试,有BUG
yincheng.zhong
2023-05-27
a5e16e925923fa444276ca51f0e7c0cbbe07a96c
[XRange_Tag.git]
/
Src
/
OnChipDevices
/
ADC.h
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