22#include "periph_cpu.h"
32#define ARDUINO_UART_DEV UART_DEV(0)
39#define ARDUINO_PIN_0 LED0_PIN
40#define ARDUINO_PIN_1 BTN0_PIN
42#define ARDUINO_PIN_LAST 1
49#define ARDUINO_A0 ADC_LINE(0)
50#define ARDUINO_A1 ADC_LINE(1)
51#define ARDUINO_A2 ADC_LINE(2)
53#define ARDUINO_ANALOG_PIN_LAST 2
Low-level ADC peripheral driver interface definitions.
Board specific definitions for the Atmel SAM L21 Xplained Pro board.
Low-level UART peripheral driver interface definition.