mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
lf em stuff
This commit is contained in:
parent
53c7e47e75
commit
ba8aa6f0ab
5 changed files with 416 additions and 14 deletions
|
@ -375,6 +375,12 @@ typedef struct {
|
|||
} PACKED picopass_ns_hdr;
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint16_t delay_us;
|
||||
bool on;
|
||||
bool off;
|
||||
} PACKED tearoff_params_t;
|
||||
|
||||
// For the bootloader
|
||||
#define CMD_DEVICE_INFO 0x0000
|
||||
//#define CMD_SETUP_WRITE 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue