Type Definition sodaq_sara_aff::gpio::Interrupt

source ·
pub type Interrupt<MODE> = Interrupt<MODE>;
👎Deprecated since 0.13.0: The gpio::v1 module is deprecated, and will be removed in a subsequent release. Please use the gpio::v2 module instead.
Expand description

Represents a pin configured for interrupt. The MODE type is one of Floating, PullDown or PullUp.