add tactile_a codec

This commit is contained in:
lenn
2026-04-01 18:35:22 +08:00
parent a754656ea4
commit 380394b93a
17 changed files with 564 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ pub mod frame;
pub mod model;
pub mod serial;
pub mod record;
pub mod utils;
pub type TestRecording = Recording<TestFrame>;