mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
forgot header
This commit is contained in:
parent
04bca3cdb7
commit
a9a57e4a92
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ size_t lf_detect_gap(size_t max);
|
||||||
void lf_reset_counter();
|
void lf_reset_counter();
|
||||||
bool lf_get_tag_modulation();
|
bool lf_get_tag_modulation();
|
||||||
void lf_wait_periods(size_t periods);
|
void lf_wait_periods(size_t periods);
|
||||||
void lf_init(bool reader);
|
//void lf_init(bool reader);
|
||||||
|
void lf_init(bool reader, bool simulate);
|
||||||
void lf_finalize();
|
void lf_finalize();
|
||||||
size_t lf_detect_field_drop(size_t max);
|
size_t lf_detect_field_drop(size_t max);
|
||||||
bool lf_manchester_send_bytes(const uint8_t *frame, size_t frame_len);
|
bool lf_manchester_send_bytes(const uint8_t *frame, size_t frame_len);
|
||||||
|
|
Loading…
Reference in a new issue