autd3-rs 0.5.0

Core async client library for the AUTD3 phased-array kit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod builder;
pub(crate) mod dc_offset;
mod each;
mod frame;
mod mirror;

pub use builder::DatagramBuilder;
pub use frame::{Datagram, Frame, Frames};
pub(crate) use mirror::{Mirror, MirrorHandle};

#[cfg(test)]
mod tests;