chg: 'lf pyramid clone' - add verification

This commit is contained in:
iceman1001 2019-09-15 01:33:54 +02:00
commit 06809babbb
3 changed files with 31 additions and 20 deletions

View file

@ -10,6 +10,21 @@
#define CMDLFPYRAMID_H__
#include "common.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "cmdparser.h" // command_t
#include "comms.h"
#include "ui.h"
#include "graph.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "protocols.h" // for T55xx config register definitions
#include "lfdemod.h" // parityTest
#include "crc.h"
#include "cmdlft55xx.h" // verifywrite
int CmdLFPyramid(const char *Cmd);