refactor(serial): 新增 hand_gateway 编解码模块,修正模块名拼写

This commit is contained in:
lenn
2026-06-22 17:44:07 +08:00
parent b343e74a12
commit 91307f1985
9 changed files with 625 additions and 170 deletions

View File

@@ -2,4 +2,5 @@ use crate::serial_core::{frame::TestFrame, record::Recording};
pub mod test;
pub mod tactile_a;
pub type TestRecording = Recording<TestFrame>;
pub mod hand_gateway;
pub type TestRecording = Recording<TestFrame>;