mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -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
|
@ -4,8 +4,8 @@
|
|||
#ifndef CMDLFIO_H__
|
||||
#define CMDLFIO_H__
|
||||
|
||||
int CmdLFIO(const char *Cmd);
|
||||
|
||||
int CmdIODemodFSK(const char *Cmd);
|
||||
extern int CmdLFIO(const char *Cmd);
|
||||
extern int CmdFSKdemodIO(const char *Cmd);
|
||||
extern int CmdIOReadFSK(const char *Cmd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue