ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile

This commit is contained in:
iceman1001 2017-02-05 21:56:47 +01:00
commit 2e8d938bef
4 changed files with 13 additions and 7 deletions

View file

@ -18,6 +18,7 @@ int CmdHF14AMifare(const char *Cmd);
int CmdHF14AReader(const char *Cmd);
int CmdHF14ASim(const char *Cmd);
int CmdHF14ASniff(const char *Cmd);
int CmdHF14AEMVTransaction(const char *Cmd);
char* getTagInfo(uint8_t uid);