仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XRange_Tag
电池标签L051工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
版本V1.11,Lora发完延迟700改到1000us
WXK
2024-03-13
61d0c713d6a39c970f4900c4db5c3626c34aea11
[XRange_Tag.git]
/
Src
/
OnChipDevices
/
ADC.h
1
2
3
4
5
6
7
8
9
#ifndef __ADC_H__
#define __ADC_H__
#include "main.h"
extern uint8_t Get_Battary(void);
extern void ADC_Configuration(void);
uint8_t Get_VDDVlotage(void);
#endif