Board specific configuration for the Arduino API. More...
Board specific configuration for the Arduino API.
Definition in file arduino_board.h.
Include dependency graph for arduino_board.h:Go to the source code of this file.
| #define | ARDUINO_LED (15) |
| The green of the RGB led is used as "the builtin led". | |
| #define | ARDUINO_UART_DEV UART_DEV(0) |
| On-board serial port mapping. | |
| static const gpio_t | arduino_pinmap [] |
| Look-up table for the Arduino's digital pins. | |
| static const adc_t | arduino_analog_map [] |
| Look-up table for the Arduino's analog pins. More... | |