slstk3402a/include/board.h

Board specific definitions for the SLSTK3402A starter kit.

XTIMER_HZ
1
(250000UL)
XTIMER_WIDTH
1
(16)
BC_PIN
1
GPIO_PIN(PA, 5)
PB0_PIN
1
GPIO_PIN(PF, 6)
PB1_PIN
1
GPIO_PIN(PF, 7)
LED0_PIN
1
GPIO_PIN(PF, 4)
LED1_PIN
1
GPIO_PIN(PF, 5)
LED0_ON
1
gpio_set(LED0_PIN)
LED0_OFF
1
gpio_clear(LED0_PIN)
LED0_TOGGLE
1
gpio_toggle(LED0_PIN)
LED1_ON
1
gpio_set(LED1_PIN)
LED1_OFF
1
gpio_clear(LED1_PIN)
LED1_TOGGLE
1
gpio_toggle(LED1_PIN)
DISP_SPI
1
SPI_DEV(0)
DISP_COM_PIN
1
GPIO_PIN(PD, 13)
DISP_CS_PIN
1
GPIO_PIN(PD, 14)
DISP_EN_PIN
1
GPIO_PIN(PD, 15)
SI7021_ENABLED
1
(1)
SI7021_I2C
1
I2C_DEV(0)
SI7021_EN_PIN
1
GPIO_PIN(PB, 10)
SI70XX_PARAM_I2C_DEV
1
SI7021_I2C
void board_init(void)

Initialize the board (GPIO, sensors, clocks).