Type Definition hifive1::led::RED

source ·
pub type RED = Pin22<Output<Regular<Invert>>>;
Expand description

Red LED

Trait Implementations§

source§

impl Led for RED

source§

fn off(&mut self)

Turns the LED off
source§

fn on(&mut self)

Turns the LED on
source§

fn toggle(&mut self)

Toggles the LED state