Type Alias rp_pico::Gp2I2C1Sda

source ·
pub type Gp2I2C1Sda = Pin<Gpio2, FunctionI2C, PullUp>;
Expand description

I2C Function alias for pin crate::Pins::gpio2. Alias for a configured Pin

Aliased Type§

struct Gp2I2C1Sda { /* private fields */ }