mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
Update cmdlfindala.h
This commit is contained in:
parent
d768869569
commit
53d6de6236
1 changed files with 2 additions and 0 deletions
|
@ -21,5 +21,7 @@ int detectIndala(uint8_t *dest, size_t *size, uint8_t *invert);
|
|||
int demodIndalaEx(int clk, int invert, int maxErr, bool verbose);
|
||||
int demodIndala(bool verbose);
|
||||
int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits);
|
||||
bool parityOdd(uint16_t x);
|
||||
bool parityEven(uint16_t x);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue