From 1c565ddc0225b199b2d3ce5038a4002a9218cc18 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sat, 28 Aug 2021 12:09:11 +0200 Subject: [PATCH] Update documentation --- src/modules/finda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;