Trait esp_idf_hal::gpio::IOPin

source ·
pub trait IOPin: InputPin + OutputPin + Into<AnyIOPin> {
    // Provided method
    fn downgrade(self) -> AnyIOPin { ... }
}
Expand description

A marker trait designating a pin which is capable of operating as an input and output pin

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§