pub trait GpioteInputPin {
    fn pin(&self) -> u8;
    fn port(&self) -> Port;
}
Expand description

Trait to represent event input pin.

Required Methods

Implementors