nrz and nrzi are working right now
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
|
||||
pub mod receive;
|
||||
pub mod send;
|
||||
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
pub enum Encoding {
|
||||
Nrz,
|
||||
Nrzi,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user