includes.h
来自「mifarea卡程序mifarea卡程序mifarea卡程序」· C头文件 代码 · 共 37 行
H
37 行
/****************************************
* includes.h *
* Designe by 刘俐训 *
* includes the necessary head files *
* create: 04-07-2007 *
* last update: 04-15-2007 *
****************************************/
#ifndef INCLUDES_H
#define INCLUDES_H
#include <reg52.h>
#include <string.h>
//#include <sst89x5xxRD2.h>
#include "v51rx2.h"
#include "stimer.h"
#include "uart.h"
#include "icc.h"
#include "icccmd.h"
#include "command.h"
#include "comm.h"
#include "ascii.h"
#include "posutils.h"
#include "mfrc500.h"
//#include "wdt.h"
#include "rx2flash.h"
#include "para.h"
#include "mifare1.h"
#include "tc.h"
#include "at88153.h"
#include "system.h"
#include "global.h"
#include "sle4442.h"
//#include "des.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?