mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Real-time LF sampling mode on armsrc
This commit is contained in:
parent
e1dc17df1a
commit
b4cc7c02cd
6 changed files with 166 additions and 5 deletions
|
@ -51,6 +51,16 @@ void doT55x7Acquisition(size_t sample_size, bool ledcontrol);
|
|||
**/
|
||||
uint32_t SampleLF(bool verbose, uint32_t sample_size, bool ledcontrol);
|
||||
|
||||
/**
|
||||
* Do LF sampling and send samples to the USB
|
||||
*
|
||||
* Uses parameters in config. Only bits_per_sample = 8 is working now
|
||||
*
|
||||
* @param reader_field - true for reading tags, false for sniffing
|
||||
* @return sampling result
|
||||
**/
|
||||
int ReadLF_realtime(bool reader_field);
|
||||
|
||||
/**
|
||||
* Initializes the FPGA for sniff-mode (field off), and acquires the samples.
|
||||
* @return number of bits sampled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue