adcts.h

来自「Samsung S3C2443 Test program source code」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __ADCTS_H__
#define __ADCTS_H__

#ifdef __cplusplus
extern "C" {
#endif

void Test_AdcTs(void);
void Test_Adc(void);
void Test_Adc_AIN4(void);
void Test_ADC(void);

#ifdef __cplusplus
}
#endif

#endif /*__ADC_H__*/

⌨️ 快捷键说明

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