17#define RELEASE_BETWEEN_CLICKS 50
18#define RELEASE_TIMING_MS 250
19#define HOLD_BUTTON_MIN_MS 500
21void init(
const bool isSystemStartedFromButton);
32void handle_events(
const std::function<
void(uint8_t)>& clickSerieCallback,
33 const std::function<
void(uint8_t, uint32_t)>& clickHoldSerieCallback);
83extern void set_button_pin(
const platform::gpio::DigitalPin::GPIO buttonPin);
Interface for the platform specific GeneralPurposeInputOutputs.
Program scope.
Definition: control_fixed_modes.hpp:12