mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Unify 'lf read' and 'lf cmdread options', add options to cmdread
This commit is contained in:
parent
7621af2e88
commit
c994323105
6 changed files with 100 additions and 48 deletions
|
@ -15,8 +15,7 @@
|
|||
|
||||
#include "pm3_cmd.h" // struct
|
||||
|
||||
void AcquireRawAdcSamples125k(int divisor);
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint32_t period_0, uint32_t period_1, uint8_t *command);
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint32_t period_0, uint32_t period_1, uint8_t *command, bool verbose, uint32_t samples);
|
||||
void ReadTItag(void);
|
||||
void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue