pub fn parse<const MAX_RESULTS: usize>(
    input: &[u8]
) -> Vec<Result<ControllerEvent, ProtocolParseError>, MAX_RESULTS>
Expand description

Parse the input string for commands. Unexpected content will be ignored if it’s not formatted like a command!