MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / getState

Method getState

src/button_service/Button.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51ButtonState Button::getState() const {
52 return _buttonState;
53}
54
55void Button::setDebounceTime(unsigned long debounceTime) {
56 _debounceDelay = debounceTime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected