]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/hfsnoop.h
Add raw HF signal plotting (#786)
[proxmark3-svn] / armsrc / hfsnoop.h
diff --git a/armsrc/hfsnoop.h b/armsrc/hfsnoop.h
new file mode 100644 (file)
index 0000000..8c45e17
--- /dev/null
@@ -0,0 +1,17 @@
+//-----------------------------------------------------------------------------
+// piwi, 2019
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Routines to get sample data from FPGA.
+//-----------------------------------------------------------------------------
+
+#ifndef HFSNOOP_H__
+#define HFSNOOP_H__
+
+void HfSnoop(int samplesToSkip, int triggersToSkip);
+void HfPlot(void);
+
+#endif
Impressum, Datenschutz