Trait microbit::hal::lpcomp::LpCompInputPin[][src]

pub trait LpCompInputPin {
    fn ain(&self) -> PSEL_A;
}
Expand description

Trait to represent analog input pins.

Required methods

fn ain(&self) -> PSEL_A[src]

Implementors