Mapping from board pins to Arduino pins. More...
Mapping from board pins to Arduino pins.
Definition in file arduino_pinmap.h.
Go to the source code of this file.
#define | ARDUINO_PIN_0 LED0_PIN |
Arduino's digital pins mappings. | |
#define | ARDUINO_PIN_1 BTN0_PIN |
#define | ARDUINO_A0 ADC_LINE(0) |
Arduino's analog pins mappings. | |
#define | ARDUINO_A1 ADC_LINE(1) |
#define | ARDUINO_A2 ADC_LINE(2) |