ADD: @marshmellow42 's infineon MY D(tm) MOVE LEAN tag identification

This commit is contained in:
iceman1001 2015-06-02 12:20:16 +02:00
commit 1c6e7f0393
2 changed files with 30 additions and 36 deletions

View file

@ -42,9 +42,10 @@ typedef enum TAGTYPE_UL {
MY_D_NFC = 0x001000,
MY_D_MOVE = 0x002000,
MY_D_MOVE_NFC = 0x004000,
NTAG_I2C_1K = 0x008000,
NTAG_I2C_2K = 0x010000,
MAGIC = 0x020000,
MY_D_MOVE_LEAN= 0x008000,
NTAG_I2C_1K = 0x010000,
NTAG_I2C_2K = 0x020000,
MAGIC = 0x040000,
UL_MAGIC = UL | MAGIC,
UL_C_MAGIC = UL_C | MAGIC,
UL_ERROR = 0xFFFFFF,