Struct pin_map_t

Struct Documentation

struct pin_map_t

Pin mapping structure for Arduino Due.

Maps pin names to their corresponding IOPORT indices for lookup.

Public Members

const char *pin_name

Pin name string (e.g., “D13”, “A0”)

uint32_t pin_idx

IOPORT index for the pin