20 #ifndef PERIPH_CONF_COMMON_H
21 #define PERIPH_CONF_COMMON_H
23 #include "periph_cpu.h"
25 #include "cfg_i2c_default.h"
26 #include "cfg_rtt_default.h"
27 #include "cfg_timer_default.h"
48 #define SPI_NUMOF ARRAY_SIZE(spi_config)
63 #define PWM_NUMOF ARRAY_SIZE(pwm_config)
#define LED1_PIN
TX LED yellow.
#define LED2_PIN
RX LED yellow.
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
Common clock configuration for the nRF52 based boards.
static const pwm_config_t pwm_config[]
GPIOs used as channels for the according PWM device.
static const spi_conf_t spi_config[]
Static array with configuration for declared SPI devices.
PWM device configuration.
SPI device configuration.
SPI_t * dev
pointer to the used SPI device
Board specific definitions for the Zigduino board.