mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
[PCF7931] draft continue with refactoring ReadPCF7931()
still not done with DemodPCF7931(). But now including changes in ReadPCF7931(). They work tightly together. Trying to resolve some issues and bugs. Basically it seems to work and my results are consistent. However, they still deviate from what I get if I do analyze the signal using lf read and data commands. still some issues somewhere.
This commit is contained in:
parent
9bfd55ebe0
commit
2da713eba9
2 changed files with 152 additions and 162 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
|
||||
typedef enum{
|
||||
UNDEFINED,
|
||||
FALLING,
|
||||
RISING
|
||||
} EdgeType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue