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§
- Packet
- Wake packet: address, command, and data
Enums§
- Wake
Error - Wake decoder/encoder errors
Constants§
- DATA_
MAX_ LEN - Maximum supported data length. Might be reduced depends on available resources.