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

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

Type-erased Teensy 4.0 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.