5 lines
143 B
Rust
5 lines
143 B
Rust
use crate::serial_core::{frame::TestFrame, record::Recording};
|
|
|
|
pub mod test;
|
|
pub mod tactile_a;
|
|
pub type TestRecording = Recording<TestFrame>; |