📄 tc.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 + -