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

type Output<MODE> = Output<MODE>;

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