lf pac demod - now also checks for inverted bitstream

This commit is contained in:
iceman1001
2021-04-16 21:35:14 +02:00
parent d34ae56c11
commit 5a847b2629
2 changed files with 30 additions and 8 deletions

View File

@@ -14,6 +14,6 @@
int CmdLFPac(const char *Cmd);
int demodPac(bool verbose);
int detectPac(uint8_t *dest, size_t *size);
int detectPac(uint8_t *dest, size_t *size, bool *invert);
#endif