Remove dependency to IO in CTCSSRX

This commit is contained in:
Geoffrey Merck 2020-04-26 12:24:05 +02:00
parent 1bc8726046
commit 6824d5662a
4 changed files with 20 additions and 14 deletions

View file

@ -55,7 +55,7 @@ public:
uint8_t setParams(uint8_t frequency, uint8_t threshold);
CTCSSState process(q15_t samples);
CTCSSState process(q15_t sample);
CTCSSState getState();