Type Definition grand_central_m4::gpio::SpecificPin[][src]

pub type SpecificPin<P> = Pin<<P as AnyPin>::Id, <P as AnyPin>::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

Type alias to recover the specific v1 Pin type from an implementation of AnyPin

By definition, P == SpecificPin<P> for all P: AnyPin.