parse_msg

Function parse_msg 

Source
pub fn parse_msg(
    buf: &[u8],
    header: PayloadHeader,
) -> Result<MsgParsed<'_>, EspError>
Expand description

Use this for SPI, after parsing the header in the first 12-byte transaction.