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

📄 tc.h

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