Created basic sinus output via postcard rpc.

This commit is contained in:
2025-08-06 18:26:17 +02:00
parent 2d8c6d23fd
commit 0b55cdf8b8
10 changed files with 3384 additions and 29 deletions

View File

@@ -1,6 +1,9 @@
#![deny(missing_debug_implementations)]
// #![deny(missing_debug_implementations)]
pub mod client;
pub mod app;
pub mod communication;
pub mod plot;
pub use bioz_icd_rs as icd;
pub async fn read_line() -> String {
@@ -11,4 +14,4 @@ pub async fn read_line() -> String {
})
.await
.unwrap()
}
}