📄 rfid_timingmenu.h
字号:
// $Id: rfid_TimingMenu.h,v 1.1 2006/09/25 22:08:15 tprescott Exp $
/*****************************************************
Project : rfid_TimingMenu.h
Date : 9/08/2006
Author : Toby Prescott
Company : Atmel
Comments: AVR Studio GCC
Revisions:
v1.0 - Started
v2.1 - 1/20/06 Changed to work with new LCD drive
v2.2 - 3/8/06 Changed to Flash Srings to save SRAM
v2.3 - 3/14/06 Fixing 5558 read/write routines
3/15/06 Adding 5530 Support
v2.4 - 4/6/06 Add new working 5558 R/W routines
5/19/06 Fixed mfg. ID error and display as dec
v2.5 - 6/20/06 Add Animal ID section with Read and Write
v2.6 - 9/19/06 Clean for WinAVR
*****************************************************/
#ifndef RFIDTIMINGMENU_H__
#define RFIDTIMINGMENU_H__
#include <avr/io.h>
#include <string.h>
#include <stdlib.h>
#include <avr/pgmspace.h>
#include "atml_Lcd.h"
#include "rfid_UserIO.h"
#include "rfid_U2270.h"
#include "rfid_x5530.h"
#include "rfid_x5551.h"
#include "rfid_x5557.h"
#include "rfid_x5567.h"
#include "rfid_x5577.h"
#include "rfid_x5570.h"
#include "rfid_x5558.h"
// Declare your global function prototypes here
void rfidTimingMenu_Configure(unsigned char Target_Tag, unsigned char Target_Reader);
void rfidTimingMenu_WriteTiming(unsigned char Target_Tag, unsigned char Target_Reader);
void rfidTimingMenu_ReadTiming(unsigned char Target_Tag, unsigned char Target_Reader);
// Declare your global variables (extern) here
// Declare your global definitions here
/*---------------------------------------------------------------------------*/
#endif // RFIDTIMINGMENU_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -