mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: use signal mean instead of hardcoded FSK_PSK_THRESHOLD
chg: stricter clock identification chg: askclock detection, trying to find a better starting point
This commit is contained in:
parent
d30454fc5a
commit
b9676e6c93
2 changed files with 43 additions and 31 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <stdlib.h> // for
|
||||
#include <stdbool.h> // for bool
|
||||
#include "parity.h" // for parity test
|
||||
|
||||
#include "util.h" // for ARRAYLEN
|
||||
//generic
|
||||
typedef struct {
|
||||
int low;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue