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

type ErasedPins = [ErasedPad; 40];

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.