Trait stm32f1xx_hal::i2c::Pins

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

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

Required Associated Constants§

Implementations on Foreign Types§

Implementors§