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

type Output<MODE> = Output<MODE>;

Represents a pin configured for output. The MODE type is typically one of PushPull, or OpenDrain.