emrtd: Add 14b support and better presence detection

This commit is contained in:
Ave
2020-12-13 01:49:17 +03:00
parent ac82a80afa
commit 21fc1d634f
3 changed files with 85 additions and 48 deletions

View File

@@ -15,6 +15,8 @@
int CmdHF14B(const char *Cmd);
int exchange_14b_apdu(uint8_t *datain, int datainlen, bool activate_field, bool leave_signal_on, uint8_t *dataout, int maxdataoutlen, int *dataoutlen);
int infoHF14B(bool verbose);
int readHF14B(bool verbose);
#endif