 |
Wirepas SDK
|
|
Go to the documentation of this file.
13 #ifndef BOARD_SILABS_BRD4187C_BOARD_H_
14 #define BOARD_SILABS_BRD4187C_BOARD_H_
17 #define BOARD_USART_ID 0
18 #define BOARD_USART_TX_PORT GPIO_PORTA
19 #define BOARD_USART_TX_PIN 8
20 #define BOARD_USART_RX_PORT GPIO_PORTA
21 #define BOARD_USART_RX_PIN 9
24 #define BOARD_GPIO_PIN_LIST {{GPIO_PORTB, 2}, \
30 #define BOARD_GPIO_ID_LED0 0 // mapped to pin PB02
31 #define BOARD_GPIO_ID_LED1 1 // mapped to pin PB04
32 #define BOARD_GPIO_ID_USART_WAKEUP 2 // mapped to pin PA09
33 #define BOARD_GPIO_ID_VCOM_ENABLE 3 // mapped to pin PB00
36 #define BOARD_LED_ID_LIST {BOARD_GPIO_ID_LED0, BOARD_GPIO_ID_LED1}
39 #define BOARD_LED_ACTIVE_LOW false