automatic.h

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

H
19
字号
//-----------------------------------------------------------
//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 + =
减小字号Ctrl + -
显示快捷键?