mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
solved
This commit is contained in:
parent
7904d962aa
commit
c49e2d7ba9
11 changed files with 1026 additions and 68 deletions
|
@ -31,6 +31,7 @@ void lf_wait_periods(size_t periods);
|
|||
void lf_init(bool reader, bool simulate);
|
||||
void lf_finalize(void);
|
||||
size_t lf_detect_field_drop(size_t max);
|
||||
|
||||
bool lf_manchester_send_bytes(const uint8_t *frame, size_t frame_len);
|
||||
void lf_modulation(bool modulation);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue