Final touches on IO prox and HID prox demod

makes both more robust and handles various error situations.
This commit is contained in:
marshmellow42 2014-12-19 12:14:27 -05:00
commit b3b706693b
3 changed files with 568 additions and 99 deletions

View file

@ -24,6 +24,8 @@ int CmdBuffClear(const char *Cmd);
int CmdDec(const char *Cmd);
int CmdDetectClockRate(const char *Cmd);
int CmdFSKdemod(const char *Cmd);
int CmdFSKdemodHID(const char *Cmd);
int CmdFSKdemodIO(const char *Cmd);
int CmdGrid(const char *Cmd);
int CmdHexsamples(const char *Cmd);
int CmdHide(const char *Cmd);