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.

Implementors§

source§

impl<'a, T: Pin + InterruptWithValue<'a>> InterruptValuePin<'a> for T