added WTX sending sketch

This commit is contained in:
merlokk
2019-02-01 20:45:36 +02:00
parent f6e2bfa683
commit 0ef42b2df7
2 changed files with 24 additions and 0 deletions

View File

@ -20,6 +20,9 @@ typedef struct
uint8_t tlv[8];
} __attribute__((packed)) CAPABILITY_CONTAINER;
// WTX time in ms
#define WTX_TIME_DEFAULT 300
#define NFC_CMD_REQA 0x26
#define NFC_CMD_WUPA 0x52
#define NFC_CMD_HLTA 0x50