mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
iso14a reader patches [Hagen Fritsch]
This commit is contained in:
parent
7e758047e4
commit
534983d735
12 changed files with 255 additions and 95 deletions
|
@ -99,7 +99,7 @@ void SnoopIso14443(void);
|
|||
/// iso14443a.h
|
||||
void SnoopIso14443a(void);
|
||||
void SimulateIso14443aTag(int tagType, int TagUid); // ## simulate iso14443a tag
|
||||
void ReaderIso14443a(uint32_t parameter);
|
||||
void ReaderIso14443a(UsbCommand * c, UsbCommand * ack);
|
||||
void ReaderMifare(uint32_t parameter);
|
||||
|
||||
/// iso15693.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue