Revert "WIP: Clean Legic Reader"

This commit is contained in:
Iceman 2018-08-06 15:05:36 +02:00 committed by GitHub
commit c339035ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1608 additions and 369 deletions

View file

@ -74,7 +74,6 @@ extern void switch_off(void);
// Options for the HF reader, correlating against rx from tag
#define FPGA_HF_READER_RX_XCORR_848_KHZ (1<<0)
#define FPGA_HF_READER_RX_XCORR_SNOOP (1<<1)
#define FPGA_HF_READER_RX_XCORR_QUARTER (1<<2)
// Options for the HF simulated tag, how to modulate
#define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0) // 0000
#define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0) // 0001