autd3-cpu-wire 0.9.0

Shared wire-protocol contract (command opcodes, error codes, frame layout) for the AUTD3 CPU firmware and its clients.
Documentation
  • Coverage
  • 0%
    0 out of 352 items documented0 out of 32 items with examples
  • Size
  • Source code size: 54.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.0 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • shinolab/autd3-sdk
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • s5suzuki

autd3-cpu-wire

Shared wire-protocol contract between the AUTD3 CPU firmware and its clients: command opcodes, error codes, frame layout, and payload types.

no_std. It is the single source of truth for both sides, so client and firmware cannot drift apart. Application code should use the re-exports from autd3-rs rather than depending on this crate directly.

Documentation

License

MIT. See LICENSE.