mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
part of readmem function
This commit is contained in:
parent
1dff8c42f5
commit
ec130f9c59
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ typedef struct {
|
||||||
#define CMD_DEBUG_PRINT_BYTES 0x0102
|
#define CMD_DEBUG_PRINT_BYTES 0x0102
|
||||||
#define CMD_LCD_RESET 0x0103
|
#define CMD_LCD_RESET 0x0103
|
||||||
#define CMD_LCD 0x0104
|
#define CMD_LCD 0x0104
|
||||||
#define CMD_BUFF_CLEAR 0x0105
|
#define CMD_BUFF_CLEAR 0x0105
|
||||||
|
#define CMD_READ_MEM 0x0106
|
||||||
|
|
||||||
// For low-frequency tags
|
// For low-frequency tags
|
||||||
#define CMD_ACQUIRE_RAW_BITS_TI_TYPE 0x0200
|
#define CMD_ACQUIRE_RAW_BITS_TI_TYPE 0x0200
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue