This commit is contained in:
Кобелев Андрей Андреевич
2026-01-28 01:36:35 +05:00
commit 446a710e01
11 changed files with 1191 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "m"
version = "0.1.0"
edition = "2024"
[dependencies]
serialport = "4"
anyhow = "1"
encoding_rs = "0.8"