5 #include "../config/config.h"
15 inline constexpr
FINDA()
Definition: debouncer.h:12
bool Pressed() const
Definition: debouncer.h:21
A model of the FINDA - basically acts as a button with pre-set debouncing.
Definition: finda.h:13
void Step()
Performs one step of the state machine - reads the digital pin, processes debouncing,...
Definition: finda.cpp:12
void BlockingInit()
Definition: finda.cpp:16
The finda namespace provides all necessary facilities related to the logical model of the FINDA devic...
Definition: finda.cpp:8
FINDA finda
The one and only instance of FINDA in the FW.
Definition: finda.cpp:10
The modules namespace contains models of MMU's components.
Definition: command_base.h:8