Trait gd32vf103xx_hal::i2c::Pins[][src]

pub trait Pins<I2C> {
    const REMAP: bool;
}
Expand description

Helper trait to ensure that the correct I2C pins are used for the corresponding interface

Associated Constants

Implementations on Foreign Types

Implementors