mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Adding usage information to 'lf awid' commands
This commit is contained in:
parent
d6b455ed4e
commit
bcffcca25f
2 changed files with 50 additions and 5 deletions
|
@ -17,5 +17,8 @@ int CmdAWIDDemodFSK(const char *Cmd);
|
|||
int CmdAWIDSim(const char *Cmd);
|
||||
int CmdAWIDClone(const char *Cmd);
|
||||
int getAWIDBits(unsigned int fc, unsigned int cn, uint8_t *AWIDBits);
|
||||
int usage_lf_awid_fskdemod(void);
|
||||
int usage_lf_awid_clone(void);
|
||||
int usage_lf_awid_sim(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue