added simple sim function for em4x50

This commit is contained in:
tharexde
2020-10-26 22:10:48 +01:00
parent c1f5fc546d
commit 96e05d49df
5 changed files with 8 additions and 0 deletions

View File

@@ -662,6 +662,7 @@ static command_t CommandTable[] = {
{"4x50_reset", CmdEM4x50Reset, IfPm3EM4x50, "reset EM4x50"},
{"4x50_watch", CmdEM4x50Watch, IfPm3EM4x50, "read EM4x50 continously"},
{"4x50_restore",CmdEM4x50Restore, IfPm3EM4x50, "restore EM4x50 dump to tag"},
{"4x50_sim", CmdEM4x50Sim, IfPm3EM4x50, "simulate single EM4x50 word (uid)"},
{NULL, NULL, NULL, NULL}
};

View File

@@ -29,5 +29,6 @@ int CmdEM4x50Login(const char *Cmd);
int CmdEM4x50Reset(const char *Cmd);
int CmdEM4x50Watch(const char *Cmd);
int CmdEM4x50Restore(const char *Cmd);
int CmdEM4x50Sim(const char *Cmd);
#endif