初步添加了标定支持,需要完善和测试
This commit is contained in:
@@ -3,15 +3,15 @@ use crate::serial_core::{
|
||||
record::Recording,
|
||||
};
|
||||
|
||||
pub mod calibration_session;
|
||||
pub mod codec;
|
||||
pub mod codecs;
|
||||
pub mod error;
|
||||
pub mod frame;
|
||||
pub mod model;
|
||||
pub mod serial;
|
||||
pub mod record;
|
||||
pub mod serial;
|
||||
pub mod utils;
|
||||
|
||||
pub type TestRecording = Recording<TestFrame>;
|
||||
pub type TactileARecording = Recording<TactileAFrame>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user