couple q5 fixes + continue with em4x05 em4x69..

.. readword demods
(not tested)  still a work in progress
This commit is contained in:
marshmellow42 2017-02-14 23:42:55 -05:00
commit 6f1a597855
4 changed files with 135 additions and 7 deletions

View file

@ -22,6 +22,7 @@ command_t * CmdDataCommands();
int CmdData(const char *Cmd);
void printDemodBuff(void);
void setDemodBuf(uint8_t *buff, size_t size, size_t startIdx);
int CmdPrintDemodBuff(const char *Cmd);
int CmdAskEM410xDemod(const char *Cmd);
int CmdVikingDemod(const char *Cmd);
int CmdG_Prox_II_Demod(const char *Cmd);