MCPcopy 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
7def 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
12def set_color(dev, color):

Callers 1

main_cliFunction · 0.90

Calls 1

send_commandFunction · 0.90

Tested by

no test coverage detected