mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add HF simulator modulation mode for 212kHz subcarrier
This commit is contained in:
parent
789d706a7d
commit
ecf53cb215
3 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,7 @@ void SetAdcMuxFor(DWORD whichGpio);
|
|||
// Options for the HF simulated tag, how to modulate
|
||||
#define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0)
|
||||
#define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0)
|
||||
#define FPGA_HF_SIMULATOR_MODULATE_212K (2<<0)
|
||||
// Options for ISO14443A
|
||||
#define FPGA_HF_ISO14443A_SNIFFER (0<<0)
|
||||
#define FPGA_HF_ISO14443A_TAGSIM_LISTEN (1<<0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue