mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
lf simask, lf simfsk and bug fixes
This commit is contained in:
parent
8db0534ed1
commit
fb0c84c3df
13 changed files with 451 additions and 50 deletions
|
@ -14,7 +14,8 @@
|
|||
command_t * CmdDataCommands();
|
||||
|
||||
int CmdData(const char *Cmd);
|
||||
void printDemodBuff();
|
||||
void printDemodBuff(void);
|
||||
void setDemodBuf(uint8_t *buff, size_t size, size_t startIdx);
|
||||
int CmdAmp(const char *Cmd);
|
||||
int Cmdaskdemod(const char *Cmd);
|
||||
int CmdAskEM410xDemod(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue