ADD: lf cotag - added first try at basic functionality to read samples from Cotag. In lfops.c is the startup sequence that needs to be tested out.

This commit is contained in:
iceman1001 2017-01-27 10:49:34 +01:00
commit 4653da4331
11 changed files with 120 additions and 1 deletions

View file

@ -1009,6 +1009,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
case CMD_VIKING_CLONE_TAG:
CopyVikingtoT55xx(c->arg[0], c->arg[1], c->arg[2]);
break;
case CMD_COTAG:
Cotag();
break;
#endif
#ifdef WITH_HITAG