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

📄 includes.h

📁 S3C2410学习的基础资料 大部分实验源码及工程
💻 H
字号:
/*
*********************************************************************************************************
* 文件: Includes.h
* 描述: 头文件, 仅供 所有用户 函数包含.
* 编写: bobey
*********************************************************************************************************
*/
#ifndef  __Includes_H
#define  __Includes_H

#include    <stdio.h>
#include    <string.h>
#include    <ctype.h>
#include    <stdlib.h>

#include    "os_cpu.h"
#include    "os_cfg.h"
#include    "ucos_ii.h"

#include    "s3c2410_cfg.h"
#include    "s3c2410sfr.h"

#include    "Variable.H"
#include    "Function.H"

#endif
/*
********************************************************************************************************
* End.
********************************************************************************************************
*/

⌨️ 快捷键说明

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