In SAMD Arduino it is possible to map an arduino pin number to a specific pin on a per-board basis? Is the same possible with the ESP32 arduino version? I only see extra variables like D1 = 7; in ...
See PCINT pin table at the bottom for more details. Arduino Uno/Nano/Mini: All pins are usable Arduino Mega: 10, 11, 12, 13, 50, 51, 52, 53, A8 (62), A9 (63), A10 (64 ...