This commit is contained in:
Andrey 2023-02-28 17:36:01 -05:00
parent d5f5603168
commit 800d46eb3b
1 changed files with 6 additions and 0 deletions

View File

@ -255,7 +255,13 @@ public:
float stftCorrection[STFT_BANK_COUNT] = {0};
/**
* See FAST_CALLBACK_PERIOD_MS
*/
void periodicFastCallback();
/**
* See SLOW_CALLBACK_PERIOD_MS
*/
void periodicSlowCallback();
void updateSlowSensors();
void updateSwitchInputs();