mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: increased the preamble
CHG: from inverted to non-inverted. 2 of the forum samples is non-inverted. Block 0: 00150080
This commit is contained in:
parent
d34a0b0cc7
commit
c71f4da9bc
4 changed files with 84 additions and 19 deletions
|
@ -21,10 +21,11 @@
|
|||
#include "crc.h"
|
||||
|
||||
int CmdLFNedap(const char *Cmd);
|
||||
int CmdFSKdemodNedap(const char *Cmd);
|
||||
int CmdLFNedapDemod(const char *Cmd);
|
||||
int CmdLFNedapRead(const char *Cmd);
|
||||
//int CmdLFNedapClone(const char *Cmd);
|
||||
int CmdLFNedapSim(const char *Cmd);
|
||||
int CmdLFNedapChk(const char *Cmd);
|
||||
|
||||
int usage_lf_nedap_read(void);
|
||||
//int usage_lf_nedap_clone(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue