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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# autd3-cpu-wire

Shared wire-protocol contract between the [AUTD3](https://hapislab.org/en/airborne-ultrasound-tactile-display) 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`](https://crates.io/crates/autd3-rs) rather than depending on this crate directly.

## Documentation

* [日本語]https://shinolab.github.io/autd3-sdk/
* [English]https://shinolab.github.io/autd3-sdk/en/

## License

MIT. See [LICENSE](./LICENSE).