Arduino digital pin map. More...
Arduino digital pin map.
Definition in file arduino_board_pins.h.
Go to the source code of this file.
#define | ARDUINO_LED /* board specific number */ |
The digital pin connected to the LED. | |
#define | ARDUINO_PIN_LAST /* board specific number */ |
Number of the last digital pin. | |
static const gpio_t | arduino_pinmap [] |
Look-up table for the Arduino's digital pins: | |
#define ARDUINO_LED /* board specific number */ |
The digital pin connected to the LED.
E.g. 13 when LED is connected to D13.
Definition at line 39 of file arduino_board_pins.h.
#define ARDUINO_PIN_LAST /* board specific number */ |
Number of the last digital pin.
E.g. 42 if D42 is the digital pin with the highest number.
Definition at line 46 of file arduino_board_pins.h.
|
static |
Look-up table for the Arduino's digital pins:
Generate using
The Arduino MEGA2560 has D0 to D69, so 70 digital pins is the largest Arduino form factor there is.
Definition at line 76 of file arduino_board_pins.h.