Arduino analog pin map. More...
Arduino analog pin map.
Definition in file arduino_board_analog.h.
Go to the source code of this file.
#define | ARDUINO_ANALOG_PIN_LAST /* board specific number */ |
Number of the last analog pin. | |
static const adc_t | arduino_analog_map [] |
Look-up table for the Arduino's analog pins. | |
#define ARDUINO_ANALOG_PIN_LAST /* board specific number */ |
Number of the last analog pin.
E.g. 5 if A5 is the analog pin with the highest number.
Definition at line 39 of file arduino_board_analog.h.
|
static |
Look-up table for the Arduino's analog pins.
Generate using
The Arduino MEGA 2560 has A0 to A15, so 16 Analog inputs is the largest as of now.
Definition at line 73 of file arduino_board_analog.h.