projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update README.md
[proxmark3-svn]
/
client
/
cmdlfpcf7931.h
diff --git
a/client/cmdlfpcf7931.h
b/client/cmdlfpcf7931.h
index 383518cd90f8d1de42e3ab9341fc9b81227e88aa..e093039c98726988d57815488ab3185d2a8b79c7 100644
(file)
--- a/
client/cmdlfpcf7931.h
+++ b/
client/cmdlfpcf7931.h
@@
-15,15
+15,21
@@
struct pcf7931_config{
uint8_t Pwd[7];
uint16_t InitDelay;
struct pcf7931_config{
uint8_t Pwd[7];
uint16_t InitDelay;
- int16_t Offset[2];
+ int16_t OffsetWidth;
+ int16_t OffsetPosition;
};
};
+int pcf7931_resetConfig();
+int pcf7931_printConfig();
+
+int usage_pcf7931_read();
+int usage_pcf7931_write();
+int usage_pcf7931_config();
+
int CmdLFPCF7931(const char *Cmd);
int CmdLFPCF7931Read(const char *Cmd);
int CmdLFPCF7931(const char *Cmd);
int CmdLFPCF7931Read(const char *Cmd);
-
int CmdLFPCF7931Write(const char *Cmd);
int CmdLFPCF7931Write(const char *Cmd);
-
int CmdLFPCF7931Config(const char *Cmd);
#endif
int CmdLFPCF7931Config(const char *Cmd);
#endif
Impressum
,
Datenschutz