first commit

This commit is contained in:
lenn
2026-04-22 23:51:15 +08:00
commit 05accd3690
17 changed files with 2842 additions and 0 deletions

View File

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