Trait LMCIO

Source
pub trait LMCIO {
    // Required methods
    fn get_input(&mut self) -> i16;
    fn print_output(&mut self, val: Output);
}

Required Methods§

Source

fn get_input(&mut self) -> i16

Source

fn print_output(&mut self, val: Output)

Implementors§