Type Definition teensy4_bsp::t41::ErasedPins[][src]

pub type ErasedPins = [ErasedPad; 48];
Expand description

Type-erased Teensy 4.1 pins

To get pin 13, the LED, index into the 13th element of this array: erased_pins[13].

Use Pins::erase to erase pin types.