pub trait CompRefPin {
// Required method
fn aref(&self) -> EXTREFSEL_A;
}Expand description
Trait to represent analog ref pins.
pub trait CompRefPin {
// Required method
fn aref(&self) -> EXTREFSEL_A;
}Trait to represent analog ref pins.