Add portable NFC module

This commit is contained in:
2026-07-20 10:48:38 +08:00
commit 4ed123f87c
25 changed files with 3965 additions and 0 deletions

15
nfc/vendor/dp1312ea/Felica.h vendored Normal file
View 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*******************************************************/