  | 
        
           Wirepas SDK
           
         | 
        
          
         | 
      
    
  
 
  
  
 
Go to the documentation of this file.
   13 #ifndef BOARD_SILABS_BRD2703A_BOARD_H_ 
   14 #define BOARD_SILABS_BRD2703A_BOARD_H_ 
   18 #define BOARD_USART_FORCE_BAUDRATE      115200 
   21 #define BOARD_USART_ID                  0 
   22 #define BOARD_USART_TX_PORT             GPIO_PORTA 
   23 #define BOARD_USART_TX_PIN              5 
   24 #define BOARD_USART_RX_PORT             GPIO_PORTA 
   25 #define BOARD_USART_RX_PIN              6 
   28 #define BOARD_GPIO_PIN_LIST            {{GPIO_PORTA, 4}, \ 
   35 #define BOARD_GPIO_ID_LED0              0  // mapped to pin PA04 
   36 #define BOARD_GPIO_ID_LED1              1  // mapped to pin PA07 
   37 #define BOARD_GPIO_ID_BUTTON0           2  // mapped to pin PB02 
   38 #define BOARD_GPIO_ID_BUTTON1           3  // mapped to pin PB03 
   39 #define BOARD_GPIO_ID_USART_WAKEUP      4  // mapped to pin PA06 
   42 #define BOARD_LED_ID_LIST               {BOARD_GPIO_ID_LED0, BOARD_GPIO_ID_LED1} 
   45 #define BOARD_LED_ACTIVE_LOW            false 
   48 #define BOARD_BUTTON_ID_LIST            {BOARD_GPIO_ID_BUTTON0, BOARD_GPIO_ID_BUTTON1} 
   51 #define BOARD_BUTTON_ACTIVE_LOW         true 
   54 #define BOARD_BUTTON_INTERNAL_PULL      false 
   56 #endif // BOARD_SILABS_BRD2703A_BOARD_H_