Type Definition gemma_m0::gpio::OpenDrain

source ·
pub type OpenDrain = PushPull;
👎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

Open drain output. The SAMD5x/E5x chips don’t actually have open drain outputs. This option was added by mistake. It is currently an alias of PushPull