This commit is contained in:
tharexde 2020-09-05 13:25:57 +02:00
commit c49e2d7ba9
11 changed files with 1026 additions and 68 deletions

View file

@ -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);