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

📄 includes.h

📁 mifarea卡程序mifarea卡程序mifarea卡程序
💻 H
字号:
/****************************************
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -