Type Alias rp2040_combined::app::I2c1Pins

source ยท
type I2c1Pins = (Pin<Gpio2, FunctionI2c, PullUp>, Pin<Gpio3, FunctionI2c, PullUp>);