AVRTools
A Library for the AVR ATmega328 and ATmega2560 Microcontrollers
|
This file is the primary one that users should include to access and use the pin name macros. More...
#include "ArduinoMegaPins.h"
Go to the source code of this file.
This file is the primary one that users should include to access and use the pin name macros.
Including this file will automatically include either the default Arduino Uno pin names (by including ArduinoUnoPins.h) or the default Arduino Mega pin names (by including ArduinoMegaPins.h).
The standard Arduino digital pins will be defined in the form pPinNN (where NN = 00 through 13 for Arduino Uno, and 00 through 53 for Arduino Mega).
The standard Arduino analog pins will be defined in the form pPinAxx (where xx = 00 through 07 for Arduino Uno, and xx = 00 through 15 for Arduino Mega).