Type Definition wio_lite_mg126::gpio::Input

source · []
pub type Input<MODE> = Input<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 input. The MODE type is typically one of Floating, PullDown or PullUp.