prj.h

来自「51单片机读写卡的程序」· C头文件 代码 · 共 39 行

H
39
字号


#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 + =
减小字号Ctrl + -
显示快捷键?