]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfsampling.h
Merging changes from main repo
[proxmark3-svn] / armsrc / lfsampling.h
index 9ab458f8129e8ce5f307ca40d240bb8939554aac..7d3925cddfff0d70e7032da25b3284276abd3e0d 100644 (file)
@@ -5,7 +5,7 @@
 * Initializes the FPGA for reader-mode (field on), and acquires the samples.
 * @return number of bits sampled
 **/
-uint32_t SampleLF();
+uint32_t SampleLF(bool silent);
 
 /**
 * Initializes the FPGA for snoop-mode (field off), and acquires the samples.
@@ -56,4 +56,8 @@ void LFSetupFPGAForADC(int divisor, bool lf_field);
 void setSamplingConfig(sample_config *sc);
 
 sample_config * getSamplingConfig();
+
+void printConfig();
+
+
 #endif // LFSAMPLING_H
Impressum, Datenschutz