Trait hifive1::led::Led[][src]

pub trait Led {
    fn off(&mut self);
fn on(&mut self); }
Expand description

Generic LED

Required methods

Turns the LED off

Turns the LED on

Implementors