[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:
tinooo 2025-02-14 14:40:00 +01:00 committed by Tino
commit 2da713eba9
2 changed files with 152 additions and 162 deletions

View file

@ -20,7 +20,6 @@
typedef enum{
UNDEFINED,
FALLING,
RISING
} EdgeType;