📄 system_excute.h
字号:
# ifndef _SYSTEM_EXCUTE_H_
# define _SYSTEM_EXCUTE_H_
/*****************************************************************
* 声明库名称:主调系统头文件 *
* 版本: v0.01 *
* 作者: I ROBOT *
* 创建日期: Copyright (C) 2008年10月14日 *
*----------------------------------------------------------------*
* [支持库] *
* 支持库名称:根据需要添加的库 *
* 支持库版本:v0.01 *
* 支持库说明: *
*----------------------------------------------------------------*
* [版本更新] *
* 更新: I ROBOT *
* 更新日期: *
* 版本: *
*----------------------------------------------------------------*
* [版本历史] *
* v0.01 创建版本,调用所有的基础文件和应用文件 *
*----------------------------------------------------------------*
* [使用说明] *
* 1.根据使用需要添加头文件和源文件 *
*****************************************************************/
/********************
* 头 文 件 配 置 区 *
********************/
# include "General_Draw_API.h"
# include "Draw_Layer_Algorithm.h"
# include "Mouse_Icon_API.h"
# include "ASCII_Draw_API.h"
# include "Desktop_API.h"
# include "Graphic_Algorithm.h"
# include "Button_API.h"
# include "TRANS.h"
# include "ADC12.h"
# include "INT_a.h"
# include "USCIA1_SPI.h"
# include "TA.h"
# include "UART0.h"
# include "Menu_Draw_API.h"
/********************
* 系 统 宏 定 义 *
********************/
/********************
* 常 数 宏 定 义 *
********************/
/********************
* 动 作 宏 定 义 *
********************/
/********************
* 模块结构体定义区 *
********************/
/********************
* 函 数 声 明 区 *
********************/
/********************
* 模块函数声明区 *
********************/
/********************
* 模块变量声明区 *
********************/
/********************
* 全局变量声明区 *
********************/
# endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -