Type Definition teensy4_pins::tmm::ErasedPins

source ·
pub type ErasedPins = [ErasedPad; 46];
Expand description

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