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