Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FrameworkComputer/inputmodule-rs
/ get_color
Function
get_color
python/inputmodule/inputmodule/c1minimal.py:7–9 ·
view source on GitHub ↗
(dev)
Source
from the content-addressed store, hash-verified
5
6
7
def
get_color(dev):
8
res = send_command(dev, CommandVals.SetColor, with_response=True)
9
return
(int(res[0]), int(res[1]), int(res[2]))
10
11
12
def
set_color(dev, color):
Callers
1
main_cli
Function · 0.90
Calls
1
send_command
Function · 0.90
Tested by
no test coverage detected