mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
first draft half duplex simulation
This commit is contained in:
parent
9b3bc55136
commit
eea63a6cb7
6 changed files with 511 additions and 50 deletions
|
@ -37,6 +37,9 @@
|
|||
#define TIMEOUT 2000
|
||||
#define DUMP_FILESIZE 136
|
||||
#define EM4X50_MAX_NO_SAMPLES 1000
|
||||
#define EM4X50_MAX_TIME_SAMPLES 1000
|
||||
|
||||
#define BYTES2UINT32(x) ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | (x[3]))
|
||||
|
||||
typedef struct {
|
||||
bool addr_given;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue