i have mu own custom board for arduino and lets say i want to use pins of port E
PE7, PE4
now in the file pins_arduino.h
pins_arduino.h i can see that pin PE4 can be defined as pin number 2 but where i can find the pin number for PE7 , it is not defined in the pins_arduino.h!!
i need the number for PE7 to declare my own define in my code
your would need information:
what chip is used in your case
what CPU frequency is used
If it matches any "standard" arduino board just use table Ardino<-> port & pin number table from the "standard" board documentation