Wirepas SDK
board.h File Reference

Detailed Description

Board definition for the Ublox b204 dongle

Definition in file board.h.

Go to the source code of this file.

Macros

#define BOARD_USART_TX_PIN   6
 
#define BOARD_USART_RX_PIN   5
 
#define BOARD_USART_CTS_PIN   7 /* For USE_USART_HW_FLOW_CONTROL */
 
#define BOARD_USART_RTS_PIN   31 /* For USE_USART_HW_FLOW_CONTROL */
 
#define BOARD_LED_PIN_LIST   {16, 8, 18}
 

Macro Definition Documentation

◆ BOARD_LED_PIN_LIST

#define BOARD_LED_PIN_LIST   {16, 8, 18}

Definition at line 28 of file board.h.

◆ BOARD_USART_CTS_PIN

#define BOARD_USART_CTS_PIN   7 /* For USE_USART_HW_FLOW_CONTROL */

Definition at line 19 of file board.h.

◆ BOARD_USART_RTS_PIN

#define BOARD_USART_RTS_PIN   31 /* For USE_USART_HW_FLOW_CONTROL */

Definition at line 20 of file board.h.

◆ BOARD_USART_RX_PIN

#define BOARD_USART_RX_PIN   5

Definition at line 18 of file board.h.

◆ BOARD_USART_TX_PIN

#define BOARD_USART_TX_PIN   6

Definition at line 17 of file board.h.