23 inline constexpr
Home()
27 bool Reset(uint8_t )
override;
Base class defining common API for high-level operations/commands/state machines.
Definition: command_base.h:29
A high-level command state machine - wrapps the rehoming procedure to be used from a printer.
Definition: home.h:21
bool StepInner() override
Definition: home.cpp:21
bool Reset(uint8_t) override
Restart the automaton.
Definition: home.cpp:14
The logic namespace handles the application logic on top of the modules.
Definition: application.h:8
Home home
The one and only instance of Home state machine in the FW.
Definition: home.cpp:12