mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 18:33:18 +08:00
Update cmdlfindala.h
This commit is contained in:
parent
42f1124476
commit
48961429dc
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +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);
|
||||
int getIndalaBits4041x(uint8_t fc, uint16_t cn, uint8_t *bits);
|
||||
bool parityOdd(uint16_t x);
|
||||
bool parityEven(uint16_t x);
|
||||
|
||||
|
|
Loading…
Reference in a new issue