]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfsampling.h
shorten em4x05 capture samples
[proxmark3-svn] / armsrc / lfsampling.h
index ba4fc3f7fdc150174b52ebcdde38b8991f7b413a..cd774c155f007cef3a81d38216987b1b38b4f76f 100644 (file)
@@ -24,9 +24,11 @@ uint32_t SampleLF(bool silent);
 * Initializes the FPGA for snoop-mode (field off), and acquires the samples.
 * @return number of bits sampled
 **/
-
 uint32_t SnoopLF();
 
+// adds sample size to default options
+uint32_t DoPartialAcquisition(int trigger_threshold, bool silent, int sample_size);
+
 /**
  * @brief Does sample acquisition, ignoring the config values set in the sample_config.
  * This method is typically used by tag-specific readers who just wants to read the samples
Impressum, Datenschutz