mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
This commit is contained in:
parent
6c064e161c
commit
ec09b62d88
5 changed files with 134 additions and 0 deletions
|
@ -94,6 +94,8 @@ void SimulateTagLowFrequency(int period, int gap, 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);
|
||||
void CopyHIDtoT5567(int hi, int lo); // Clone an HID card to T5557/T5567
|
||||
|
||||
|
||||
/// iso14443.h
|
||||
void SimulateIso14443Tag(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue