dashboard
repositories
filestore
activity
search
login
main
/
ShuiBeng
Version 3.0 GD32E230
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
调整时钟64MHz。 RTT任务增加马达开启和关闭功能
tao_z
2021-07-14
82e38738a4d532cc3d56cbf80c1a4093f23cdd6a
[ShuiBeng.git]
/
USR
/
INC
/
adc.h
1
2
3
4
5
6
7
#ifndef ADC_H
#define ADC_H
#include "stdint.h"
extern void ADC_Init(void);
extern uint16_t ADC_GetChannleValue(uint8_t ch);
#endif