pub trait InterruptValuePin<'a>: Pin + InterruptWithValue<'a> { }Expand description
The InterruptValuePin trait allows a pin to be used as either input or output and also to source interrupts which pass a value.
pub trait InterruptValuePin<'a>: Pin + InterruptWithValue<'a> { }The InterruptValuePin trait allows a pin to be used as either input or output and also to source interrupts which pass a value.