⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 基于S3C2410和SM501的彩屏控制器程序
💻 H
字号:
#ifndef MAIN_H
#define MAIN_H

// Including Libs ******************************
#include "2410.h"
#include "global.h"
#include "uart.h"
#include "s3c2410.h"
#include "s3c24x0.h"
#include "dm9000.h"
#include "communicate.h"
#include "interrupt.h"

#include "sm501.h"
#include "display.h"



// Macro Definition ******************************



// Local Function ******************************
#ifdef __MAIN
	#define EXTERN
#else
	#define EXTERN	extern
#endif


#undef EXTERN

// Extern Variable ******************************
extern unsigned char UartReceBuf[3][256];


// Extern Function ******************************


//*****************************************************************
#endif

⌨️ 快捷键说明

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