tc.h.bak
来自「mifarea卡程序mifarea卡程序mifarea卡程序」· BAK 代码 · 共 24 行
BAK
24 行
/****************************************
* tc.h *
* excute touched card command *
* designed by liulixun *
* last update: 04-09-2007 *
****************************************/
#ifndef TC_H
#define TC_H
// initialize parameters and card
void TcInit(void);
// ticc command
unsigned int TcCommand(unsigned char *cmd, unsigned int len);
// check if a card is inserted into the slot and beep and led
// and send notice to host
// return: 2 on card in and 1 on card out and 0 on no action.
unsigned char CardSlot(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?