move idteck to its own file

This commit is contained in:
Philippe Teuwen
2020-09-28 21:09:26 +02:00
parent a3282b940b
commit 4e10c9ec0a
10 changed files with 178 additions and 107 deletions

View File

@@ -80,7 +80,6 @@ int getSamplesEx(uint32_t start, uint32_t end, bool verbose);
void setClockGrid(uint32_t clk, int offset);
int directionalThreshold(const int *in, int *out, size_t len, int8_t up, int8_t down);
int AskEdgeDetect(const int *in, int *out, int len, int threshold);
int demodIdteck(bool verbose);
#define MAX_DEMOD_BUF_LEN (1024*128)
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];