ADD: 'lf cotag read' - COTAG can be read now.

This commit is contained in:
iceman1001 2017-02-02 15:32:21 +01:00
commit 5f5b83b743
9 changed files with 232 additions and 41 deletions

View file

@ -21,5 +21,7 @@
int CmdLFCOTAG(const char *Cmd);
int CmdCOTAGRead(const char *Cmd);
int CmdCOTAGDemod(const char *Cmd);
int usage_lf_cotag_read(void);
#endif