mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hitagstuff
This commit is contained in:
parent
b2f368c2c1
commit
9448ec4052
2 changed files with 9 additions and 4 deletions
|
@ -21,7 +21,10 @@ bool lf_test_periods(size_t expected, size_t count);
|
|||
size_t lf_count_edge_periods(size_t max);
|
||||
size_t lf_detect_gap(size_t max);
|
||||
void lf_reset_counter();
|
||||
|
||||
bool lf_get_tag_modulation();
|
||||
bool lf_get_reader_modulation();
|
||||
|
||||
void lf_wait_periods(size_t periods);
|
||||
//void lf_init(bool reader);
|
||||
void lf_init(bool reader, bool simulate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue