[][src]Type Definition trinket_m0::gpio::Input

type Input<MODE> = Input<MODE>;

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