exchange tast to tactilea
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
use crate::serial_core::{frame::TestFrame, record::Recording};
|
||||
use crate::serial_core::{
|
||||
frame::{TactileAFrame, TestFrame},
|
||||
record::Recording,
|
||||
};
|
||||
|
||||
pub mod codec;
|
||||
pub mod codecs;
|
||||
@@ -10,6 +13,7 @@ pub mod record;
|
||||
pub mod utils;
|
||||
|
||||
pub type TestRecording = Recording<TestFrame>;
|
||||
pub type TactileARecording = Recording<TactileAFrame>;
|
||||
|
||||
pub struct SerialConnection {
|
||||
pub port: String,
|
||||
|
||||
Reference in New Issue
Block a user