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

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