ADD: added some pyramid commands. //not finished.

This commit is contained in:
iceman1001 2016-02-25 17:49:48 +01:00
commit 71cb7328e3
6 changed files with 238 additions and 18 deletions

View file

@ -32,6 +32,7 @@
#include "lfdemod.h"
#include "cmdlfviking.h"
#include "cmdlfpresco.h"
#include "cmdlfpyramid.h"
static int CmdHelp(const char *Cmd);
int usage_lf_cmdread(void) {
@ -1217,6 +1218,7 @@ static command_t CommandTable[] =
{"io", CmdLFIO, 1, "{ IOPROX RFIDs... }"},
{"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 RFIDs... }"},
{"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"},
{"pyramid", CmdLFPyramid, 1, "{ Farepointe/Pyramid RFIDs... }"},
{"ti", CmdLFTI, 1, "{ TI RFIDs... }"},
{"t55xx", CmdLFT55XX, 1, "{ T55xx RFIDs... }"},
{"viking", CmdLFViking, 1, "{ Viking RFIDs... }"},