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

Trait to represent analog input pins.

Required Methods

Implementors