ADD: Implemented a "hf 14b write" function using the CmdHF14BCmdRaw method. The function can write to SRI512 and SRIX4K tags only. Be extremly cautious when writing to Block 0xFF

This commit is contained in:
iceman1001
2014-10-30 15:28:45 +01:00
parent 5ea2c88515
commit 0222acfcf3
2 changed files with 62 additions and 0 deletions

View File

@@ -21,5 +21,6 @@ int CmdHFSimlisten(const char *Cmd);
int CmdHF14BSnoop(const char *Cmd);
int CmdSri512Read(const char *Cmd);
int CmdSrix4kRead(const char *Cmd);
int CmdHF14BWrite( const char *cmd);
#endif