mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: a minor bug fix from @marshmellow42 in "data raw" and ask/biphase.
ADD: started witha ISO11784/85 demod function.
This commit is contained in:
parent
77533e21ae
commit
615f21dde2
4 changed files with 43 additions and 3 deletions
|
@ -47,5 +47,5 @@ int IOdemodFSK(uint8_t *dest, size_t size);
|
|||
int indala26decode(uint8_t *bitStream, size_t *size, uint8_t *invert);
|
||||
int PyramiddemodFSK(uint8_t *dest, size_t *size);
|
||||
int ParadoxdemodFSK(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, uint32_t *lo);
|
||||
|
||||
int ISO11784demodBI(uint8_t *dest, size_t *size);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue