mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -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
|
@ -35,9 +35,7 @@ int CmdBuffClear(const char *Cmd);
|
|||
int CmdDec(const char *Cmd);
|
||||
int CmdDetectClockRate(const char *Cmd);
|
||||
int CmdFDXBdemodBI(const char *Cmd);
|
||||
int CmdFSKdemodIO(const char *Cmd);
|
||||
int CmdFSKdemodParadox(const char *Cmd);
|
||||
int CmdFSKdemodPyramid(const char *Cmd);
|
||||
int CmdFSKrawdemod(const char *Cmd);
|
||||
int CmdPSK1rawDemod(const char *Cmd);
|
||||
int CmdPSK2rawDemod(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue