Do some research on the MCU protocol

This commit is contained in:
Michael Mikovsky
2026-05-03 11:43:22 -06:00
parent 8257b14b55
commit 2a005416cd
4 changed files with 327 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "serial-test"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
serialport = "4.9.0"