Board definition for the Ublox b204 dongle 
Definition in file board.h.
 
Go to the source code of this file.
◆ BOARD_GPIO_ID_LED_B
      
        
          | #define BOARD_GPIO_ID_LED_B   2 | 
        
      
 
 
◆ BOARD_GPIO_ID_LED_G
      
        
          | #define BOARD_GPIO_ID_LED_G   0 | 
        
      
 
 
◆ BOARD_GPIO_ID_LED_R
      
        
          | #define BOARD_GPIO_ID_LED_R   1 | 
        
      
 
 
◆ BOARD_GPIO_ID_USART_WAKEUP
      
        
          | #define BOARD_GPIO_ID_USART_WAKEUP   3 | 
        
      
 
 
◆ BOARD_GPIO_PIN_LIST
      
        
          | #define BOARD_GPIO_PIN_LIST | 
        
      
 
Value:
Definition at line 28 of file board.h.
 
 
◆ BOARD_LED_ID_LIST
◆ BOARD_USART_CTS_PIN
      
        
          | #define BOARD_USART_CTS_PIN   7   /* For USE_USART_HW_FLOW_CONTROL */ | 
        
      
 
 
◆ BOARD_USART_RTS_PIN
      
        
          | #define BOARD_USART_RTS_PIN   31  /* For USE_USART_HW_FLOW_CONTROL */ | 
        
      
 
 
◆ BOARD_USART_RX_PIN
      
        
          | #define BOARD_USART_RX_PIN   5 | 
        
      
 
 
◆ BOARD_USART_TX_PIN
      
        
          | #define BOARD_USART_TX_PIN   6 |