📄 tc.h.bak
字号:
/****************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -