added initial test to emulate memory of mf ul tag

This commit is contained in:
roel@libnfc.org 2013-03-28 14:02:00 +00:00
commit 28afbd2bee
3 changed files with 25 additions and 10 deletions

View file

@ -142,7 +142,7 @@ void RAMFUNC SnoopIso14443(void);
/// iso14443a.h
void RAMFUNC SnoopIso14443a(uint8_t param);
void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd); // ## simulate iso14443a tag
void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd, byte_t* data);
void ReaderIso14443a(UsbCommand * c);
// Also used in iclass.c
int RAMFUNC LogTrace(const uint8_t * btBytes, int iLen, int iSamples, uint32_t dwParity, int bReader);