adc.h

来自「sd卡驱动程序来源于菲斯卡尔官方网站‘ 8位单片机」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __ADC__
#define __ADC__

/* Includes */
#include "derivative.h" /* include peripheral declarations */
#include "FslTypes.h"

extern UINT8 gu8ADCResult;

/* Prototypes */
void ADC_Init(void);
interrupt VectorNumber_Vadc void ADC_ISR(void);



#endif /* __ADC__ */

⌨️ 快捷键说明

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