mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
..and the AskEdgeDetect
This commit is contained in:
parent
86237b629f
commit
bee9e986f1
2 changed files with 17 additions and 10 deletions
|
@ -78,6 +78,8 @@ int getSamples(const char *Cmd, bool silent);
|
|||
|
||||
void setGrid_Clock(uint8_t clock);
|
||||
int directionalThreshold(const int* in, int *out, size_t len, int8_t up, int8_t down);
|
||||
extern int AskEdgeDetect(const int *in, int *out, int len, int threshold);
|
||||
|
||||
int CmdDataIIR(const char *Cmd);
|
||||
|
||||
#define MAX_DEMOD_BUF_LEN (1024*128)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue