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

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

Generic LED

Required methods

fn off(&mut self)

Turns the LED off

fn on(&mut self)

Turns the LED on

Loading content...

Implementors

impl Led for BLUE[src]

impl Led for GREEN[src]

impl Led for RED[src]

Loading content...