Revert "Revert "Merge branch 'pr/450' into 420""

This reverts commit 076b11e872.
This commit is contained in:
RogueMaster
2022-11-26 17:05:26 -05:00
parent 076b11e872
commit 16a037fc4e
6 changed files with 159 additions and 87 deletions

View File

@@ -98,6 +98,17 @@ typedef struct {
uint8_t rand[2];
} NfcVSlixData;
typedef enum {
NfcVSendFlagsNormal = 0,
NfcVSendFlagsSof = 1<<0,
NfcVSendFlagsCrc = 1<<1,
NfcVSendFlagsEof = 1<<2,
NfcVSendFlagsOneSubcarrier = 0,
NfcVSendFlagsTwoSubcarrier = 1<<3,
NfcVSendFlagsLowRate = 0,
NfcVSendFlagsHighRate = 1<<4
} NfcVSendFlags;
typedef struct {
uint8_t key_read[4];
uint8_t key_write[4];