Update documentation

pull/93/head
3d-gussner 2021-08-28 12:09:11 +02:00 committed by D.R.racer
parent 04d98d5e0c
commit d8b0d70ee3
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;