Type Alias Led

Source
pub type Led = Pin<PA17, PushPullOutput>;
Expand description

Alias for a configured Pin

Aliased Typeยง

struct Led { /* private fields */ }