mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
begin update lf commands with help text and
cmd structure. update changelog for recent changes
This commit is contained in:
parent
f1b74c3089
commit
21a615cb3b
4 changed files with 91 additions and 17 deletions
|
@ -25,7 +25,7 @@
|
|||
* @param period_1
|
||||
* @param command
|
||||
*/
|
||||
void ModThenAcquireRawAdcSamples125k(int delay_off, int period_0, int period_1, uint8_t *command)
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint32_t period_0, uint32_t period_1, uint8_t *command)
|
||||
{
|
||||
|
||||
int divisor_used = 95; // 125 KHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue