?? includes.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 + -