Default configuration for SX127X driver. More...
Default configuration for SX127X driver.
Definition in file sx127x_params.h.
 Include dependency graph for sx127x_params.h:Go to the source code of this file.
Variables | |
| static const sx127x_params_t | sx127x_params [] | 
| SX127X configuration.   | |
Set default configuration parameters for the SX127X driver | |
Pins are adapted to STM32 Nucleo-64 boards.  | |
| #define | SX127X_PARAM_SPI (SPI_DEV(0)) | 
| #define | SX127X_PARAM_SPI_NSS GPIO_PIN(1, 6) /* D10 */ | 
| #define | SX127X_PARAM_RESET GPIO_PIN(0, 0) /* A0 */ | 
| #define | SX127X_PARAM_DIO0 GPIO_PIN(0, 10) /* D2 */ | 
| #define | SX127X_PARAM_DIO1 GPIO_PIN(1, 3) /* D3 */ | 
| #define | SX127X_PARAM_DIO2 GPIO_PIN(1, 5) /* D4 */ | 
| #define | SX127X_PARAM_DIO3 GPIO_PIN(1, 4) /* D5 */ | 
| #define | SX127X_PARAM_PASELECT (SX127X_PA_RFO) | 
| #define | SX127X_PARAM_TX_SWITCH GPIO_UNDEF | 
| #define | SX127X_PARAM_RX_SWITCH GPIO_UNDEF | 
| #define | SX127X_PARAMS | 
| #define SX127X_PARAM_DIO0 GPIO_PIN(0, 10) /* D2 */ | 
Definition at line 47 of file sx127x_params.h.
| #define SX127X_PARAM_DIO1 GPIO_PIN(1, 3) /* D3 */ | 
Definition at line 51 of file sx127x_params.h.
| #define SX127X_PARAM_DIO2 GPIO_PIN(1, 5) /* D4 */ | 
Definition at line 55 of file sx127x_params.h.
| #define SX127X_PARAM_DIO3 GPIO_PIN(1, 4) /* D5 */ | 
Definition at line 59 of file sx127x_params.h.
| #define SX127X_PARAM_PASELECT (SX127X_PA_RFO) | 
Definition at line 63 of file sx127x_params.h.
| #define SX127X_PARAM_RESET GPIO_PIN(0, 0) /* A0 */ | 
Definition at line 43 of file sx127x_params.h.
| #define SX127X_PARAM_RX_SWITCH GPIO_UNDEF | 
Definition at line 71 of file sx127x_params.h.
| #define SX127X_PARAM_SPI (SPI_DEV(0)) | 
Definition at line 35 of file sx127x_params.h.
| #define SX127X_PARAM_SPI_NSS GPIO_PIN(1, 6) /* D10 */ | 
Definition at line 39 of file sx127x_params.h.
| #define SX127X_PARAM_TX_SWITCH GPIO_UNDEF | 
Definition at line 67 of file sx127x_params.h.
| #define SX127X_PARAMS | 
Definition at line 87 of file sx127x_params.h.
      
  | 
  static | 
SX127X configuration.
Definition at line 102 of file sx127x_params.h.