pub trait CharacterMatch {
    fn check_character_match(&mut self, clear: bool) -> bool;
}

Required methods

Checks to see if the peripheral has detected a character match and clears the flag

Implementors