5 #include "../config/config.h"
18 , reportedFSensorState(
false) {};
29 bool reportedFSensorState;
Definition: debouncer.h:12
bool Pressed() const
Definition: debouncer.h:21
void ProcessMessage(bool on)
Records a change of state of filament sensor when arrived via communication.
Definition: fsensor.cpp:14
void Step()
Performs one step of the state machine - processes a change-of-state message if any arrived.
Definition: fsensor.cpp:10
The fsensor namespace provides all necessary facilities related to the logical model of the printer's...
Definition: fsensor.cpp:6
FSensor fsensor
The one and only instance of printer's filament sensor in the FW.
Definition: fsensor.cpp:8
The modules namespace contains models of MMU's components.
Definition: command_base.h:8