|
Wirepas SDK
|
|
Go to the documentation of this file.
13 #ifndef BOARD_UBLOX_B204_H_
14 #define BOARD_UBLOX_B204_H_
17 #define BOARD_USART_TX_PIN 6
18 #define BOARD_USART_RX_PIN 5
19 #define BOARD_USART_CTS_PIN 7
20 #define BOARD_USART_RTS_PIN 31
28 #define BOARD_GPIO_PIN_LIST {16, \
34 #define BOARD_GPIO_ID_LED_G 0 // mapped to pin P0.16
35 #define BOARD_GPIO_ID_LED_R 1 // mapped to pin P0.08
36 #define BOARD_GPIO_ID_LED_B 2 // mapped to pin P0.18
37 #define BOARD_GPIO_ID_USART_WAKEUP 3 // mapped to pin P0.05
40 #define BOARD_LED_ID_LIST {BOARD_GPIO_ID_LED_G, BOARD_GPIO_ID_LED_R, BOARD_GPIO_ID_LED_B}
45 #ifdef BOARD_SUPPORT_DCDC
46 #error This option has been moved to board/<board_name>/config.mk