Update documentation

pull/109/head
3d-gussner 2021-08-28 12:09:11 +02:00 committed by DRracer
parent 59db864329
commit 1c565ddc02
1 changed files with 1 additions and 1 deletions

View File

@ -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;