tc.h

来自「mifarea卡程序mifarea卡程序mifarea卡程序」· C头文件 代码 · 共 23 行

H
23
字号
/****************************************
 * tc.h                                 *
 * excute touched card command          *
 * designed by liulixun                 *
 * last update: 05-01-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
void CardSlot(void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?