mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ntag i2c 2k - fast write
This commit is contained in:
parent
9c2cbe9fbb
commit
e811b35a6f
2 changed files with 15 additions and 1 deletions
|
@ -195,6 +195,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
// NTAG i2k 2K uses sector 0, and sector 1 to have access to
|
||||
// block 0x00-0xFF.
|
||||
#define NTAG_I2C_SELECT_SECTOR 0xC2
|
||||
#define NTAG_I2C_FASTWRITE 0xA6
|
||||
|
||||
// mifare 4bit card answers
|
||||
#define CARD_ACK 0x0A // 1010 - ACK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue