Trait avr::addons::Addon[][src]

pub trait Addon {
    fn tick(&mut self, core: &mut Core);
}

Required methods

fn tick(&mut self, core: &mut Core)[src]

Loading content...

Implementors

impl Addon for Uart[src]

Loading content...