MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / bootloader

Function bootloader

python/inputmodule/inputmodule/__init__.py:93–95  ·  view source on GitHub ↗

Reboot into the bootloader to flash new firmware

(dev)

Source from the content-addressed store, hash-verified

91
92
93def bootloader(dev):
94 """Reboot into the bootloader to flash new firmware"""
95 send_command(dev, CommandVals.BootloaderReset, [0x00])
96
97
98def brightness(dev, b: int):

Callers 2

main_cliFunction · 0.90
run_guiFunction · 0.90

Calls 1

send_commandFunction · 0.85

Tested by

no test coverage detected