pn53x_target_init() now takes care of Historical Bytes
This commit is contained in:
parent
4a50be27de
commit
41758ab63f
4 changed files with 29 additions and 12 deletions
|
|
@ -107,6 +107,7 @@ extern "C" {
|
|||
/* Misc. functions */
|
||||
NFC_EXPORT void iso14443a_crc (byte_t * pbtData, size_t szLen, byte_t * pbtCrc);
|
||||
NFC_EXPORT void append_iso14443a_crc (byte_t * pbtData, size_t szLen);
|
||||
NFC_EXPORT byte_t * iso14443a_extract_historical_bytes (byte_t * pbtAts, size_t szAts, size_t * pszHB);
|
||||
NFC_EXPORT const char *nfc_version (void);
|
||||
|
||||
/* Common device-level errors */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue