Arduino digital pin map. More...
Arduino digital pin map.
Definition in file arduino_board_pins.h.
 Include dependency graph for arduino_board_pins.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | ARDUINO_LED /* board specific number */ | 
| The digital pin connected to the LED.  More... | |
| #define | ARDUINO_PIN_LAST /* board specific number */ | 
| Number of the last digital pin.  More... | |
| static const gpio_t | arduino_pinmap [] | 
| Look-up table for the Arduino's digital pins:  More... | |
| #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 38 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 45 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 75 of file arduino_board_pins.h.