Arduino 2560 Register, Port

Hey,

Does anyone have a plan for the registers and ports of the Arduino 2560

Tanks
Marcel

Ports, pins and functions:

http://pighixxx.com/megapdf.pdf

It's all detailed in the datasheet as well - if you're at the stage of using direct port manipulation, you should be ready to use datasheets as a resource :slight_smile:

Delta_G:
What do you mean? Direct port manipulation instead of using digitalRead and digitalWrite and pinMode?

What are you talking about with the registers?

The things you manipulate for direct port manipulation (or otherwise directly interacting with the hardware) are called registers (for example, the port A input/output is controlled by DDRA - "Data Direction Register, port A" )