pub trait Pins<TIMER> {
    fn uses_channel(&self, channel: Channel) -> bool;
    fn uses_complementary_channel(&self, channel: Channel) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors