Mapping from board pins to Arduino pins. More...
Mapping from board pins to Arduino pins.
Definition in file arduino_iomap.h.
Go to the source code of this file.
Arduino's default UART device | |
#define | ARDUINO_UART_DEV UART_DEV(0) |
Arduino's digital pins mappings | |
#define | ARDUINO_PIN_0 LED0_PIN |
#define | ARDUINO_PIN_1 BTN0_PIN |
#define | ARDUINO_PIN_LAST 1 |
Arduino's analog pins mappings | |
#define | ARDUINO_A0 ADC_LINE(0) |
#define | ARDUINO_A1 ADC_LINE(1) |
#define | ARDUINO_A2 ADC_LINE(2) |
#define | ARDUINO_ANALOG_PIN_LAST 2 |
#define ARDUINO_A0 ADC_LINE(0) |
Definition at line 50 of file arduino_iomap.h.
#define ARDUINO_A1 ADC_LINE(1) |
Definition at line 51 of file arduino_iomap.h.
#define ARDUINO_A2 ADC_LINE(2) |
Definition at line 52 of file arduino_iomap.h.
#define ARDUINO_ANALOG_PIN_LAST 2 |
Definition at line 54 of file arduino_iomap.h.
#define ARDUINO_PIN_0 LED0_PIN |
Definition at line 40 of file arduino_iomap.h.
#define ARDUINO_PIN_1 BTN0_PIN |
Definition at line 41 of file arduino_iomap.h.
#define ARDUINO_PIN_LAST 1 |
Definition at line 43 of file arduino_iomap.h.
#define ARDUINO_UART_DEV UART_DEV(0) |
Definition at line 33 of file arduino_iomap.h.