mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -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
|
@ -74,6 +74,7 @@ void AcquireRawBitsTI(void);
|
|||
void SimulateTagLowFrequency(int period, int ledcontrol);
|
||||
void CmdHIDsimTAG(int hi, int lo, int ledcontrol);
|
||||
void CmdHIDdemodFSK(int findone, int *high, int *low, int ledcontrol);
|
||||
void SimulateTagLowFrequencyBidir(int divisor, int max_bitlen);
|
||||
|
||||
/// iso14443.h
|
||||
void SimulateIso14443Tag(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue