X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5f5b83b7435ae85f2ffa06f1f8994bda22ce64b2..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/armsrc/lfsampling.h?ds=inline diff --git a/armsrc/lfsampling.h b/armsrc/lfsampling.h index a31e2dc5..b300ee73 100644 --- a/armsrc/lfsampling.h +++ b/armsrc/lfsampling.h @@ -36,6 +36,9 @@ uint32_t SampleLF(bool silent); 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