📄 tiris.h
字号:
//------------------------------------------------------//
//This file contains the funcions needed for the //
//Texas Instruments Tag-IT protocol. //
//The functions in the HOST protocol are numbered //
//from 0x20 upwards. //
//
//------------------------------------------------------//
#include <MSP430x15x.h> //can't be greater than 256+13
#include "spi.h"
#include <stdio.h>
#include "anticollision.h"
#include "globals.h"
void TIInventoryRequest(unsigned char *mask, unsigned char lenght);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -