HELLP !!! ATXMEGA*A1 Arduino PINS

Please help!!!

He needs to use risers "P" are ports of 85-88.
on page:

files are "pins_arduino.h" but without these ports!

Where can I find the file "pins_arduino.h" with all ports processor ATxmega * A1 or how to modify the file "" pins_arduino.h "to add the four missing pins?

I didnt understand what you really want. But pins_arduino.h can be find in the variants folder. I assume you are using IDE 1.6.*,

  1. Open File->Preferences
  2. At the bottom you can find a linked text ending with preferences.txt
  3. Click on that label will take you to a folder.
  4. Open pacakages folder and find the board you are looking.
  5. If you go inside you can find Variants folder, inside variants folder you can find pins_arduino.h file.

already solved the problem, thanks.

Good to hear that Markuz. Please edit the title and add [Solved] to the subject line.

Can you provide the pins_arduino.h (your solution)?