[][src]Trait onebitsy::led::Led

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

Required methods

fn off(&mut self)

fn on(&mut self)

Loading content...

Implementors

impl Led for LED[src]

Loading content...