diff --git a/src/modules/finda.h b/src/modules/finda.h index f9af273..9c1a2b1 100644 --- a/src/modules/finda.h +++ b/src/modules/finda.h @@ -14,7 +14,7 @@ public: inline constexpr FINDA() : debounce::Debouncer(config::findaDebounceMs) {}; - /// Performs one step of the state machine - reads the ADC, processes debouncing, updates states of FINDA + /// Performs one step of the state machine - reads the digital pin, processes debouncing, updates states of FINDA void Step(); using debounce::Debouncer::Pressed;