mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
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:
parent
ecbf82fe20
commit
cf4640b973
7 changed files with 248 additions and 261 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue