adjust ask/biphase handling - more complete

also added XL EM410x formats
This commit is contained in:
marshmellow42 2015-03-15 22:03:50 -04:00
commit b41534d142
4 changed files with 222 additions and 147 deletions

View file

@ -63,6 +63,7 @@ int CmdThreshold(const char *Cmd);
int CmdDirectionalThreshold(const char *Cmd);
int CmdZerocrossings(const char *Cmd);
int CmdIndalaDecode(const char *Cmd);
int ASKbiphaseDemod(const char *Cmd, bool verbose);
int ASKmanDemod(const char *Cmd, bool verbose, bool emSearch);
int ASKrawDemod(const char *Cmd, bool verbose);
int FSKrawDemod(const char *Cmd, bool verbose);