Included pin subcommand with auditing and assignment

This commit is contained in:
Eric Ratliff
2026-02-19 16:58:41 -06:00
parent 9bda9123ea
commit 68e618feef
7 changed files with 2111 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ use std::path::{Path, PathBuf};
use std::process::Command;
pub mod presets;
pub mod pinmap;
/// Information about a detected serial port.
#[derive(Debug, Clone)]