📄 paypass_main_defines.h
字号:
//=============================================================================
// Copyright (C) INSIDE Technologies 1998-2005
//
// INSIDE Contactless reserves the right to make changes, without notice,
// to any product (including application note) herein to improve
// reliability, functionality, or design. INSIDE Contactless advises its
// customers to obtain the latest version of device data sheets to verify,
// before placing orders, that the information being relied upon by the
// customer is current.
//
// INSIDE Contactless makes no warranty that the use will not infringe any
// third party patent, copyright or trademark.
//
// Information furnished by INSIDE Contactless is believed to be accurate
// and reliable. However, INSIDE Contactless does not assume any liability
// resulting from the application or use of any product described within.
//
// All rights are reserved. Reproduction in whole or in part is prohibited
// without the written consent of the copyright owner.
//
// Bat 11a,
// Parc Club du Golf,
// Z.A.C. du Pichaury Tel : +33 (0)4.42.39.33.00
// 13856 Aix-en-Provence Cedex 3 Fax : +33 (0)4.42.39.63.19
// FRANCE Email : info@insidefr.com
//
//-----------------------------------------------------------------------------
// Project Code : PICOREAD RF ISO14443A READER
// Project Name : APPLICATION NOTE
// Module Name : LPC2129_PayPass.h
// Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
// Target : LPC2129 (ARM7TDMI Core)
// Language : C ANSI
// Revision : 1.0
// Description : Application Note Main
//=============================================================================
#ifndef __LPC2129_PAYPASS_H__
#define __LPC2129_PAYPASS_H__
// Include for Target
#include "Target.h"
// Defines standard
#ifdef TTAL1
#include <stdio.h>
// Defines for default Anticollision Options
#include "PayPass_TTAL1_Default_Anticollision_Options.h"
#endif
#include <string.h> //
//#include <math.h> // ANSI C official library for mathematical computations
// Defines for common C writting
#include "Defines_C.h" // TRUE, FALSE, etc
// Defines for PicoRead
#include "PRD_PicoReadRF_Pages_Parameters.h" // Definition of PicoRead chip registers
#include "PRD_Protocols_Defines.h" // READER configuration parameters
#include "PRD_RF_Comm.h" // RF communication
#include "PRD_Config.h" // Reader Configuration functions
// Functions to send and receive basics ISO Commands
#include "PRD_BufferExchange.h" //Common Buffer Exchange Commands (Level 2)
#include "PRD_ISO14443A_Commands.h" //ISO A Commands (Level 3)
#include "PRD_ISO14443B_Commands.h" //ISO B Commands (Level 3)
// Functions for TCL
#include "PayPass_TCL.h" // T=CL Protocol
#ifdef TTAL1
#include "PayPass_TTAL1_Protocol.h" // define for the minimalistic protocol between host and Arm7
#include "PayPass_TTAL1_Comm.h"
#endif
// Externals + Definitions
#include "PayPass_Anticollision.h" // Library to communicate with chip using ISO14443 A&B protocols dedicated for TTAL1(log)
//#include "PayPass_Init.h" // Functions for initialisation
#include "PayPass_Main.h" // GLobal variable
#include "PayPass_Anticollision_Log.h" // Option for Host mode
#endif //__LPC2129_PAYPASS_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -