Expand description
Wake
is a serial communication protocol highly optimized for microcontrollers.
wake-rs
is a library written in Rust for encoding/decoding Wake protocol packets.
Structs§
- Wake packet: address, command, and data
Enums§
- Wake decoder/encoder errors
Constants§
- Maximum supported data length. Might be reduced depends on available resources.
Traits§
- Decode data from wake format to wake packet structure
- Encode packet to wake format