📄 automatic.h
字号:
//-----------------------------------------------------------
//Header file for automatic tag detection
#include <MSP430x15x.h>
#include <stdio.h>
#include "hardware.h"
#include "globals.h"
#include "host.h"
#include "spi.h"
#include "anticollision.h"
#include "14443.h"
#include "tiris.h"
#include "epc.h"
//--------------------------------------------------------
unsigned char FindTags(unsigned char protocol);
extern unsigned char protocol;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -