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
crate::wire_enum! {
    pub enum Mode {
        Fifo = 0x00,
        LowLatency = 0x01,
    }
}