mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 07:46:09 -07:00
Add command and code for bidirectional LF emulation of Hitag2. Should be extended for other types of tags
This commit is contained in:
parent
802a36162a
commit
0fa9ca5b53
6 changed files with 215 additions and 2 deletions
|
@ -645,6 +645,9 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
case CMD_VERSION:
|
||||
SendVersion();
|
||||
break;
|
||||
case CMD_LF_SIMULATE_BIDIR:
|
||||
SimulateTagLowFrequencyBidir(c->ext1, c->ext2);
|
||||
break;
|
||||
#ifdef WITH_LCD
|
||||
case CMD_LCD_RESET:
|
||||
LCDReset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue