Type Definition hifive1::led::GREEN

source ·
pub type GREEN = Pin19<Output<Regular<Invert>>>;
Expand description

Green LED

Trait Implementations§

source§

impl Led for GREEN

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