Trait kernel::hil::adc::Client [] [src]

pub trait Client {
    fn sample_ready(&self, sample: u16);
}

Trait for handling callbacks from simple ADC calls.

Required Methods

Called when a sample is ready.

Implementors