Pin definitions and board configuration options for LoRa-E5 Development Board.  
More...
Pin definitions and board configuration options for LoRa-E5 Development Board. 
- Author
 - Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.yyf.nosp@m.r 
 
Definition in file board.h.
 
Go to the source code of this file.
◆ BTN0_MODE
      
        
          | #define BTN0_MODE   GPIO_IN_PU | 
        
      
 
 
◆ BTN0_PIN
◆ BTN1_MODE
      
        
          | #define BTN1_MODE   GPIO_IN_PU | 
        
      
 
 
◆ BTN1_PIN
◆ CONFIG_LORA_E5_DEV_ENABLE_3P3V
      
        
          | #define CONFIG_LORA_E5_DEV_ENABLE_3P3V   1 | 
        
      
 
Enable 3.3V output. 
Definition at line 74 of file board.h.
 
 
◆ CONFIG_LORA_E5_DEV_ENABLE_5V
      
        
          | #define CONFIG_LORA_E5_DEV_ENABLE_5V   1 | 
        
      
 
Enable 5V output. 
Definition at line 80 of file board.h.
 
 
◆ FE_CTRL1
◆ FE_CTRL2
◆ LED0_PIN_NUM
◆ LED0_PORT
GPIO port of LED 0. 
Definition at line 45 of file board.h.
 
 
◆ LED0_PORT_NUM
◆ LORA_E5_DEV_3P3V_ENABLE_PIN
lora-e5-dev 3.3V gpio enable pin 
Definition at line 85 of file board.h.
 
 
◆ LORA_E5_DEV_5V_ENABLE_PIN
lora-e5-dev 5V gpio enable pin 
Definition at line 89 of file board.h.
 
 
◆ SX126X_PARAM_SPI
      
        
          | #define SX126X_PARAM_SPI   (SPI_DEV(0)) | 
        
      
 
 
◆ SX126X_PARAM_TX_PA_MODE
      
        
          | #define SX126X_PARAM_TX_PA_MODE   SX126X_RF_MODE_TX_HPA |