Added command to read PCF7931 125Khz LF tags. This is a beta version which needs to be tested.

This commit is contained in:
chalk.secu@gmail.com 2013-01-18 21:31:35 +00:00
parent e98300f245
commit f5fca2ed62
8 changed files with 338 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#include "cmdlfem4x.h"
#include "cmdlfhitag.h"
#include "cmdlft55xx.h"
#include "cmdlfpcf7931.h"
static int CmdHelp(const char *Cmd);
@ -540,6 +541,7 @@ static command_t CommandTable[] =
{"hitag", CmdLFHitag, 1, "{ Hitag tags and transponders... }"},
{"vchdemod", CmdVchDemod, 1, "['clone'] -- Demodulate samples for VeriChip"},
{"t55xx", CmdLFT55XX, 1, "{ T55xx RFIDs... }"},
{"pcf7931", CmdLFPCF7931, 1, "{PCF7931 RFIDs...}"},
{NULL, NULL, 0, NULL}
};