split io demod/pyramid demod to respective files

out of cmddata.c / data cmds
see changelog.md for cli changes as options have changed!
This commit is contained in:
marshmellow42 2017-03-22 17:16:43 -04:00
commit cf4640b973
7 changed files with 248 additions and 261 deletions

View file

@ -9,11 +9,10 @@
#ifndef CMDLFPYRAMID_H__
#define CMDLFPYRAMID_H__
int CmdLFPyramid(const char *Cmd);
int CmdPyramidClone(const char *Cmd);
int CmdPyramidSim(const char *Cmd);
int usage_lf_pyramid_clone(void);
int usage_lf_pyramid_sim(void);
extern int CmdLFPyramid(const char *Cmd);
extern int CmdPyramidClone(const char *Cmd);
extern int CmdPyramidSim(const char *Cmd);
extern int CmdFSKdemodPyramid(const char *Cmd);
extern int CmdPyramidRead(const char *Cmd);
#endif