mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
LF Demod streamlining
one shared location for demoding lf for arm and client. also added a few raw demod commands.
This commit is contained in:
parent
9e6dd4eb69
commit
eb191de615
7 changed files with 1142 additions and 507 deletions
|
@ -18,6 +18,7 @@ int CmdData(const char *Cmd);
|
|||
int CmdAmp(const char *Cmd);
|
||||
int Cmdaskdemod(const char *Cmd);
|
||||
int Cmdaskrawdemod(const char *Cmd);
|
||||
int Cmdaskmandemod(const char *Cmd);
|
||||
int CmdAutoCorr(const char *Cmd);
|
||||
int CmdBitsamples(const char *Cmd);
|
||||
int CmdBitstream(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue