pub fn is_high(port: Port, pin: u8) -> bool
Expand description

Check if a pin’s input voltage is high. Reads from the IDR register. Does not require a Pin struct.