Type Alias Led

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

Alias for a configured Pin

Aliased Typeยง

pub struct Led { /* private fields */ }