Expand description
Shared wire-protocol contract between the AUTD3 CPU firmware and its clients: command opcodes, error codes, frame layout, and payload types.
no_std, and the single source of truth for both sides. Application code should use the
re-exports from autd3-rs rather than depend on this crate.
See the documentation site.