anticollision.h

来自「this the firmware provided freely for th」· C头文件 代码 · 共 16 行

H
16
字号
//---------------------------------
//Functions for anticollision------
//---------------------------------

#include <MSP430x15x.h>     	//can't be greater than 256+13 	
#include <stdio.h>
#include "spi.h"
#include "globals.h"


void EnableSlotCounter(void);
void DisableSlotCounter(void);
void InventoryRequest(unsigned char *mask, unsigned char lenght);
unsigned char RequestCommand(unsigned char *pbuf, unsigned char lenght, unsigned char brokenBits, char noCRC);

⌨️ 快捷键说明

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