Add portable NFC module
This commit is contained in:
15
nfc/vendor/dp1312ea/Felica.h
vendored
Normal file
15
nfc/vendor/dp1312ea/Felica.h
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#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*******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user