Type Alias Pa10

Source
pub type Pa10<M> = Pin<PA10, M>;
๐Ÿ‘Ž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 the IO pin with the matching name

Aliased Typeยง

pub struct Pa10<M> { /* private fields */ }