mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Revert "Revert "lf simask, lf simfsk and bug fixes""
This reverts commit e396001c47
.
This commit is contained in:
parent
e396001c47
commit
abd6112fc4
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