]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/lib.rs
New Soundcard struct, use it in test programs
[m17rt] / m17app / src / lib.rs
index ce67840994f63ec28e5f62bd8c6c8a86470e5f6e..543bdc5f1383f2036675fcabf63ee8259d9795d8 100755 (executable)
@@ -3,5 +3,9 @@ pub mod app;
 pub mod error;
 pub mod link_setup;
 pub mod serial;
+pub mod soundcard;
 pub mod soundmodem;
 pub mod tnc;
+
+// Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
+pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};