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

type Input<MODE> = Input<MODE>;

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