Trait AdcChannel

Source
pub trait AdcChannel<H, ADC>
where ADC: AdcOps<H>,
{ // Required method fn channel(&self) -> <ADC as AdcOps<H>>::Channel; }
Expand description

Trait marking a type as an ADC channel for a certain ADC.

Required Methods§

Source

fn channel(&self) -> <ADC as AdcOps<H>>::Channel

Implementors§