仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XRange_Tag
电池标签L051工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
免布线lora,调试差不多,即将加入自动跳频功能,固提交保存
WXK
2023-11-21
d8dd7c6e256bc607904ef1c1b1a36471c99db873
[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