You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 10 pins in the Atmega 1280/2560 that are unmapped from digital pin to port, I know it would not work with official arduino mega boards, but will do with other custom boards and solve some issues (like a Mightyboard controller), MarlinFirmware/Marlin#15607
I think this should work https://github.com/chepo92/ArduinoCore-avr/blob/master/variants/mega/pins_arduino.h
Should I submit a PR? to which branch?
or discuss it in the mailing list?
Maybe create another board?