Trait esp_idf_svc::hal::gpio::OutputPin
source · pub trait OutputPin: Pin + Into<AnyOutputPin> {
// Provided method
fn downgrade_output(self) -> AnyOutputPin { ... }
}
Expand description
A marker trait designating a pin which is capable of operating as an output pin
Provided Methods§
fn downgrade_output(self) -> AnyOutputPin
Object Safety§
This trait is not object safe.