1 //-----------------------------------------------------------------------------
2 // Jonathan Westhues, Aug 2005
3 // Gerhard de Koning Gans, April 2008, May 2011
6 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
7 // at your option, any later version. See the LICENSE.txt file for the text of
9 //-----------------------------------------------------------------------------
10 // Definitions internal to the app source.
11 //-----------------------------------------------------------------------------
15 #include "proxmark3_arm.h"
17 int HfSniff(uint32_t samplesToSkip
, uint32_t triggersToSkip
, uint16_t *len
);
18 void HfPlotDownload(void);