Mapping from board pins to Arduino pins. More...
Mapping from board pins to Arduino pins.
Definition in file arduino_iomap.h.
 Include dependency graph for 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 |