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

📄 14443.h

📁 this the firmware provided freely for the trf7960
💻 H
字号:
//------------------------------------------------------//
//This file contains functions for testing the		//
//14443-A and 14443-B protocol for TRF796x reader chip.	//
//							//
//Transmition an reception is done through the FIFO.	//
//------------------------------------------------------//
#include <MSP430x15x.h>     	//can't be greater than 256+13 	
#include "spi.h"
#include <stdio.h>
#include "anticollision.h"
#include "globals.h"

extern unsigned char completeUID[14];

char SelectCommand(unsigned char select, unsigned char *UID);
void AnticollisionLoopA(unsigned char select, unsigned char NVB, unsigned char *UID);
void AnticollisionSequenceA(unsigned char REQA);
unsigned char Request14443A(unsigned char *pbuf, unsigned char lenght, unsigned char BitRate);
void SlotMarkerCommand(unsigned char number);
void AnticollisionSequenceB(unsigned char command, unsigned char slots);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -