📄 prj.h
字号:
#include <reg51.H>
#include <intrins.h>
#include <Absacc.h>
/***********************************************************
* this file "absacc.h" define the macro which are
* generally used.
************************************************************/
#include "absmac.h"
/***********************************************************
* this file "hardware.h" define the hardware address of the
* object board.
************************************************************/
#include "hardware.h"
/***********************************************************
* this file "prjmac.h" define the macro which are needed
* by the prject.
************************************************************/
//#include "prjmac.h"
/***********************************************************
* this file "prjstr.h" declare the struct which aer need
* by the prject.
************************************************************/
//#include"prjstr.h"
/***********************************************************
* this file "prjpara.h" declare the struct parameters in the
* main function and declare the extern parameters in the
* other files.
************************************************************/
//#include "prjpara.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -