Type Alias esp32_hal::gpio::NoPinType

source ·
pub type NoPinType = GpioPin<Unknown, 0>;
Expand description

Convenience type-alias for a no-pin / don’t care - pin

Aliased Type§

struct NoPinType { /* private fields */ }