mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
add 'detectreader' command - listen for external reader fields
This commit is contained in:
parent
955aa93faa
commit
7f3480429b
4 changed files with 106 additions and 0 deletions
|
@ -15,6 +15,7 @@ void SpinDelay(int ms);
|
|||
void SpinDelayUs(int us);
|
||||
void ToSendStuffBit(int b);
|
||||
void ToSendReset(void);
|
||||
void ListenReaderField(int limit);
|
||||
void AcquireRawAdcSamples125k(BOOL at134khz);
|
||||
void DoAcquisition125k(BOOL at134khz);
|
||||
extern int ToSendMax;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue