Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FrameworkComputer/inputmodule-rs
/ bootloader_cmd
Function
bootloader_cmd
inputmodule-control/src/inputmodule.rs:365–367 ·
view source on GitHub ↗
(serialdev: &str)
Source
from the content-addressed store, hash-verified
363
}
364
365
fn bootloader_cmd(serialdev: &str) {
366
simple_cmd(serialdev, Command::Bootloader, &[0x00]);
367
}
368
369
fn percentage_cmd(serialdev: &str, arg: u8) {
370
simple_cmd(
Callers
1
serial_commands
Function · 0.85
Calls
1
simple_cmd
Function · 0.85
Tested by
no test coverage detected