adaptations to lf hitag..

This commit is contained in:
iceman1001 2021-04-04 17:08:19 +02:00
commit 7d83f5de82
2 changed files with 43 additions and 8 deletions

View file

@ -17,6 +17,7 @@
extern bool g_logging;
uint8_t get_adc_avg(void);
void lf_sample_mean(void);
bool lf_test_periods(size_t expected, size_t count);
size_t lf_count_edge_periods(size_t max);