mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 05:31:17 -07:00
Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx.
This commit is contained in:
parent
24fe4dffb4
commit
dcc10e5e31
5 changed files with 152 additions and 0 deletions
|
@ -70,6 +70,7 @@ typedef struct {
|
|||
#define CMD_READER_ISO_14443a 0x0385
|
||||
#define CMD_SIMULATE_MIFARE_CARD 0x0386
|
||||
#define CMD_SIMULATE_TAG_LEGIC_RF 0x387
|
||||
#define CMD_READER_LEGIC_RF 0x388
|
||||
|
||||
// For measurements of the antenna tuning
|
||||
#define CMD_MEASURE_ANTENNA_TUNING 0x0400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue