add ehanced contactless polling to 14a reader/raw commands

This commit is contained in:
iceman1001 2021-10-17 11:38:37 +02:00
commit 37b89c7b11
5 changed files with 35 additions and 10 deletions

View file

@ -65,7 +65,8 @@ typedef enum ISO14A_COMMAND {
ISO14A_NO_SELECT = (1 << 7),
ISO14A_TOPAZMODE = (1 << 8),
ISO14A_NO_RATS = (1 << 9),
ISO14A_SEND_CHAINING = (1 << 10)
ISO14A_SEND_CHAINING = (1 << 10),
ISO14A_USE_ECP = (1 << 11)
} iso14a_command_t;
typedef struct {