📄 direct.c
字号:
/****************************************
* direct.c *
* Designe by 刘俐训 *
* direct connect with cards *
* create: 05-26-2007 *
* update: 05-26-2007 *
****************************************/
#include "..\inc\includes.h"
void direct(unsigned int timeout)
{
unsigned int starttime;
unsigned char target = MCU;
starttime = GetTickCount();
while(GetTickCount() - starttime <= timeout)
{
// check card slot
// check rf card
// check host command
// check card command
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -