Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
A model of the FINDA - basically acts as a button with pre-set debouncing. More...
#include <finda.h>
Public Member Functions | |
void | Step () |
Performs one step of the state machine - reads the digital pin, processes debouncing, updates states of FINDA. | |
void | BlockingInit () |
Additional Inherited Members | |
Protected Member Functions inherited from modules::debounce::Debouncer | |
constexpr | Debouncer (uint8_t debounceTimeout) |
bool | Pressed () const |
void | Step (uint16_t time, bool press) |
State machine stepping routine. | |
A model of the FINDA - basically acts as a button with pre-set debouncing.
void modules::finda::FINDA::BlockingInit | ( | ) |