 |
Wirepas SDK
|
|
Go to the documentation of this file.
14 #ifndef _BOARD_NRF52832_MDK_V2_BOARD_H_
15 #define _BOARD_NRF52832_MDK_V2_BOARD_H_
18 #define BOARD_USART_TX_PIN 20
19 #define BOARD_USART_RX_PIN 19
22 #define BOARD_GPIO_PIN_LIST {23, \
28 #define BOARD_GPIO_ID_LED_R 0 // mapped to pin P0.23
29 #define BOARD_GPIO_ID_LED_G 1 // mapped to pin P0.22
30 #define BOARD_GPIO_ID_LED_B 2 // mapped to pin P0.24
31 #define BOARD_GPIO_ID_USART_WAKEUP 3 // mapped to pin P0.19
34 #define BOARD_LED_ID_LIST {BOARD_GPIO_ID_LED_R, BOARD_GPIO_ID_LED_G, BOARD_GPIO_ID_LED_B}
37 #define BOARD_LED_ACTIVE_LOW true
42 #ifdef BOARD_SUPPORT_DCDC
43 #error This option has been moved to board/<board_name>/config.mk