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

pub type Output<MODE> = Output<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 output. The MODE type is typically one of PushPull, or OpenDrain.