16 lines
381 B
C
16 lines
381 B
C
#ifndef __FELICA_H
|
|
#define __FELICA_H
|
|
|
|
#include "nfc.h"
|
|
#include "reg.h"
|
|
|
|
void DP1312EA_Felica(void);
|
|
void DP1312EA_PcdConfigISOTypeF(void);
|
|
s8 DP1312EA_PcdRequestF(u8 *pIDm,u8 *pPMm);
|
|
s8 DP1312EA_PcdReadF(u8 *pIDm,u8 *pDat);
|
|
void ReadmoniF(void);
|
|
#endif
|
|
|
|
/***********************************************END*******************************************************/
|
|
|