Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ write_state
Method
write_state
src/button_service/Button_Service.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void Button_Service::write_state(int state) {
15
buttonStateC->writeValue(state);
16
}
17
18
Button_Service button_service;
Callers
1
_read_state
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected