 |
Wirepas SDK
|
|
Go to the documentation of this file.
13 #ifndef BOARD_MDBT50Q_RX_H_
14 #define BOARD_MDBT50Q_RX_H_
20 #define BOARD_GPIO_PIN_LIST {45, \
25 #define BOARD_GPIO_ID_LED0 0 // mapped to pin P1.13
26 #define BOARD_GPIO_ID_LED1 1 // mapped to pin P1.11
27 #define BOARD_GPIO_ID_BUTTON0 2 // mapped to pin P0.15
30 #define BOARD_LED_ID_LIST {BOARD_GPIO_ID_LED0, BOARD_GPIO_ID_LED1}
33 #define BOARD_LED_ACTIVE_LOW true
36 #define BOARD_BUTTON_ID_LIST {BOARD_GPIO_ID_BUTTON0}
39 #define BOARD_BUTTON_ACTIVE_LOW true
42 #define BOARD_BUTTON_INTERNAL_PULL true
47 #ifdef BOARD_SUPPORT_DCDC
48 #error This option has been moved to board/<board_name>/config.mk