仪表盘
版本库
文件存储
活动
搜索
登录
main
/
UWB_SmallModule_F103
F103基站代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
增加WIFI串口输出模式,待测试
zhyinch
2021-04-06
c7bcc24c444c9b9197beb9ce6541f85e6b4f8c5c
[UWB_SmallModule_F103.git]
/
源码
/
核心板
/
Src
/
OnChipDevices
/
ADC.h
1
2
3
4
5
6
7
8
9
#ifndef __ADC_H__
#define __ADC_H__
#include "stm32f10x.h"
extern uint8_t Get_Battary(void);
extern void ADC_Configuration(void);
extern u16 Get_ADC_Value(void);
#endif