teensy4_bsp::board

Type Alias Lpi2c1

Source
pub type Lpi2c1 = Lpi2c<Pins<P19, P18>, 1>;
Expand description

LPI2C1 peripheral.

  • Pin 19 is the clock line.
  • Pin 18 is the data line.

Use lpi2c to create this driver.

Aliased Typeยง

struct Lpi2c1 { /* private fields */ }