adcts.h

来自「samsung 2410 demo源代码」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef __ADCTS_H__
#define __ADCTS_H__

#ifdef __cplusplus
extern "C"{
#endif


//void Test_DMA_Adc(void);
void Test_AdcTs(void);
void Test_Adc(void);
void Ch15_ADC(void);

#ifdef __cplusplus
}
#endif


#endif /*__ADC_H__*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?