mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
bug fixes - LF rawdemod am and ST
rawdemod parameter length test too short for help text amp option should amp prior to ST check ST check adjusted to make room for rf/32 clock instead of rf/64 (so will have extra room if clock is higher than 32) ST check improved to better account for low drift
This commit is contained in:
parent
89696b8b24
commit
01d0f8ae8f
3 changed files with 43 additions and 21 deletions
|
@ -19,6 +19,7 @@
|
|||
//generic
|
||||
size_t addParity(uint8_t *BitSource, uint8_t *dest, uint8_t sourceLen, uint8_t pLen, uint8_t pType);
|
||||
int askdemod(uint8_t *BinStream, size_t *size, int *clk, int *invert, int maxErr, uint8_t amp, uint8_t askType);
|
||||
void askAmp(uint8_t *BitStream, size_t size);
|
||||
int BiphaseRawDecode(uint8_t * BitStream, size_t *size, int offset, int invert);
|
||||
uint32_t bytebits_to_byte(uint8_t* src, size_t numbits);
|
||||
uint32_t bytebits_to_byteLSBF(uint8_t* src, size_t numbits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue