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

Method inverted

src/button_service/Button.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void Button::inverted(bool _inverted) {
21 this->_inverted = _inverted;
22}
23
24void Button::_earable_btn_read_state() {
25 earable_btn._read_state();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected