Trait robot_traits::Led[][src]

pub trait Led {
    fn led_on(&mut self);
fn led_off(&mut self); }

Represents a single LED that can be turned on or off

Required Methods

Implementors