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