Trait esp32_hal::analog::SensExt

source ·
pub trait SensExt {
    // Required method
    fn split(self) -> AvailableAnalog;
}
Expand description

Extension trait to split a SENS peripheral in independent parts

Required Methods§

Implementors§