mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
Added tiread command to demod TI tags on the PM3
This commit is contained in:
parent
c0bc73bc35
commit
7381e8f2f2
5 changed files with 258 additions and 167 deletions
|
@ -37,8 +37,6 @@ typedef struct {
|
|||
#define CMD_READ_MEM 0x0106
|
||||
|
||||
// For low-frequency tags
|
||||
#define CMD_ACQUIRE_RAW_BITS_TI_TYPE 0x0200
|
||||
#define CMD_DOWNLOAD_RAW_BITS_TI_TYPE 0x0201
|
||||
#define CMD_READ_TI_TYPE 0x0202
|
||||
#define CMD_WRITE_TI_TYPE 0x0203
|
||||
#define CMD_DOWNLOADED_RAW_BITS_TI_TYPE 0x0204
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue