Type Alias LED

Source
pub type LED = PC13<Output<PushPull>>;
Expand description

The only LED on the board

Aliased Type§

pub struct LED { /* private fields */ }

Trait Implementations§

Source§

impl Into<Led> for LED

Source§

fn into(self) -> Led

Converts this type into the (usually inferred) input type.