EM4x70 Authentication support

This commit is contained in:
Christian Molson
2020-12-12 09:59:30 -05:00
parent 7b7698843f
commit a6024a8622
7 changed files with 138 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ int CmdLFEM4X70(const char *Cmd);
int CmdEM4x70Info(const char *Cmd);
int CmdEM4x70Write(const char *Cmd);
int CmdEM4x70Unlock(const char *Cmd);
int CmdEM4x70Auth(const char *Cmd);
int em4x70_info(void);
bool detect_4x70_block(void);