epc.h
来自「this the firmware provided freely for th」· C头文件 代码 · 共 17 行
H
17 行
//------------------------------------------------------//
//This file contains functions for testing the //
//EPC RFID protocol for TRF796x reader chip. //
// //
//------------------------------------------------------//
#include <MSP430x15x.h> //can't be greater than 256+13
#include "spi.h"
#include <stdio.h>
#include "anticollision.h"
#include "globals.h"
void BeginRound(unsigned char MaskLenght, unsigned char *Mask, unsigned char slotNo);
unsigned char RequestEPC(unsigned char *pbuf, unsigned char lenght);
void CSScommand(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?