hitag, determine adc levels to get better demodulation

This commit is contained in:
iceman1001 2020-02-22 13:16:04 +01:00
commit b304adeeca
2 changed files with 30 additions and 10 deletions

View file

@ -17,6 +17,7 @@
extern bool logging;
void lf_sample_mean(void);
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);