mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
EM4x70 write support
This commit is contained in:
parent
ac1081fdfb
commit
4c52fac9e1
7 changed files with 282 additions and 110 deletions
|
@ -11,8 +11,14 @@
|
|||
#ifndef EM4X70_H__
|
||||
#define EM4X70_H__
|
||||
|
||||
#define EM4X70_NUM_BLOCKS 16
|
||||
|
||||
typedef struct {
|
||||
bool parity;
|
||||
|
||||
// Used for writing address
|
||||
uint8_t address;
|
||||
uint16_t word;
|
||||
} em4x70_data_t;
|
||||
|
||||
#endif /* EM4X70_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue