autd3-rs-core 0.1.0

Core types and link abstraction shared across the AUTD3 phased-array sdk crates.
Documentation
1
2
3
4
#[derive(Debug, Clone, Copy)]
pub struct CycleOutcome {
    pub rx_valid: bool,
}