Type Alias Lpuart5

Source
pub type Lpuart5 = Lpuart<Pins<P35, P34>, 5>;
Expand description

LPUART5 peripheral, available on the Teensy 4.1.

  • Pin 35 is TX.
  • Pin 34 is RX.

Use lpuart to create this driver.

Aliased Typeยง

struct Lpuart5 { /* private fields */ }