17 #ifndef ARDUINO_IOMAP_H
18 #define ARDUINO_IOMAP_H
23 #include "periph_cpu.h"
33 #define ARDUINO_UART_DEV UART_DEV(0)
40 #define ARDUINO_PIN_0 LED0_PIN
41 #define ARDUINO_PIN_1 BTN0_PIN
43 #define ARDUINO_PIN_LAST 1
50 #define ARDUINO_A0 ADC_LINE(0)
51 #define ARDUINO_A1 ADC_LINE(1)
52 #define ARDUINO_A2 ADC_LINE(2)
54 #define ARDUINO_ANALOG_PIN_LAST 2
Low-level ADC peripheral driver interface definitions.
Low-level UART peripheral driver interface definition.
Board specific definitions for the Zigduino board.