Crate autd3

Source
Expand description

§AUTD3: Airborne Ultrasound Tactile Display 3

Airborne Ultrasound Tactile Display (AUTD) is a midair haptic device that can remotely produce tactile sensation on a human skin surface without wearing devices. Please see our laboratory homepage for more details on AUTD. This crate is a client library to drive AUTD version 3 devices. This cross-platform library supports Windows, macOS, and Linux (including Single Board Computer such as Raspberry Pi).

Re-exports§

pub use datagram::gain;
pub use datagram::modulation;
pub use controller::Controller;
pub use autd3_core as core;
pub use autd3_driver as driver;

Modules§

asyncasync
Asynchronous module.
controller
Controller module.
datagram
Primitive Gain, Modulation and utilities for GainSTM and FociSTM.
firmware
A module for firmware driver
link
Primitive Link.
prelude
Prelude module.