pub type LED = PC13<Output<PushPull>>;
The only LED on the board
pub struct LED { /* private fields */ }