虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 技术资料 > THM3060_RFID C51程序

THM3060_RFID C51程序

  • 资源大小:2229 K
  • 上传时间: 2022-08-25
  • 上传用户:nicholas28
  • 资源积分:2 下载积分
  • 标      签: thm3060 rfid c51 程序

资 源 简 介

/////////////////////////////////////////////////////////////////////////////////

//

//             T H M 3 0 6 0     D E M O  M A I N   P R O G R A M  

//

// purpose:           Main program of THM3060 demo

// Project:           THM3060 (51)  DEMO

// --- resource usage:

// --- history:

/////////////////////////////////////////////////////////////////////////////////

#include <stdio.h>

#include "..\at89x52.h"

#include "..\Communication\Comn2.h"

#include "..\command\comd.h"

#include "..\thm3060\thm3060.h"

#include "main.h"



#define EnableInterrupt()  EA =1;

#define DisableInterrupt() EA =0;


// FWT (FRAME WATI TIME)为最大静默时间,即读卡器发送完数据后,到开始收到卡片

// 响应,读卡器的最大等待时间 t = FWT * 302 uS 

unsigned short FWT = 10;   //设置最大等待时间为 3ms


相 关 资 源

您 可 能 感 兴 趣 的