pub type Led = Pin<PA17, PushPullOutput>;
Alias for a configured Pin
Pin
pub struct Led { /* private fields */ }