woptions.h

来自「基于S3C44b0的键盘LED接口设计」· C头文件 代码 · 共 35 行

H
35
字号
/**************************************************************************
NAME:WOPTIONS.H
copyright:wzz at Qingdao University  2008
**************************************************************************/
#ifndef __WOPTION_H__
#define __WOPTION_H__
//--------------------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif
//==========================================================================
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
//==========================================================================
#include "..\inc\WCSTDEF.h"		/*常量定义*/
#include "..\inc\WVARDEF.h"		/*变量定义*/
#include "..\inc\WSFRADEF.h"	/*SFR地址定义*/
#include "..\inc\WSFRCDEF.h"	/*SFR常量定义*/
#include "..\inc\WUARTDEF.h"	/*UART宏声明*/
#include "..\inc\WLIBDEF.h"		/*LIB函数声明*/
#include "..\inc\wUart.h"		/*Uart API*/
#include "..\7290\IIC.H"		/*LIB函数声明*/
#include "..\7290\7290.h"		/*LIB函数声明*/
#include "..\7290\7290test.h"		/*LIB函数声明*/
//==========================================================================
#ifdef __cplusplus
}
#endif
//--------------------------------------------------------------------------
#endif
//==========================================================================

⌨️ 快捷键说明

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