Default configuration for the MAX31855 driver. More...
Default configuration for the MAX31855 driver.
Definition in file max31855_params.h.
 Include dependency graph for max31855_params.h:Go to the source code of this file.
Variables | |
| static const max31855_params_t | max31855_params [] | 
| Configuration structs for the MAX31855 driver.   | |
| static const saul_reg_info_t | max31855_saul_info [] | 
| Allocate and configure entries to the SAUL registry.   | |
Default configuration for the MAX31855 driver | |
| #define | MAX31855_PARAM_PARAM_SPI (SPI_DEV(0)) | 
| Default SPI bus for the MAX31855 driver.   | |
| #define | MAX31855_PARAM_PARAM_CS_PIN (GPIO_PIN(0, 4)) | 
| Default CS pin for the MAX31855 driver.   | |
| #define | MAX31855_PARAMS | 
| Default parameters for the MAX31855 driver.   | |
| #define | MAX31855_SAULINFO { .name = "max31855_thermo" },{ .name = "max31855_internal" } | 
| Default SAUL info for the MAX31855 driver.   | |
| #define MAX31855_PARAM_PARAM_CS_PIN (GPIO_PIN(0, 4)) | 
Default CS pin for the MAX31855 driver.
Definition at line 45 of file max31855_params.h.
| #define MAX31855_PARAM_PARAM_SPI (SPI_DEV(0)) | 
Default SPI bus for the MAX31855 driver.
Definition at line 39 of file max31855_params.h.
| #define MAX31855_PARAMS | 
Default parameters for the MAX31855 driver.
Definition at line 51 of file max31855_params.h.
| #define MAX31855_SAULINFO { .name = "max31855_thermo" },{ .name = "max31855_internal" } | 
Default SAUL info for the MAX31855 driver.
Definition at line 60 of file max31855_params.h.
      
  | 
  static | 
Configuration structs for the MAX31855 driver.
Definition at line 67 of file max31855_params.h.
      
  | 
  static | 
Allocate and configure entries to the SAUL registry.
Definition at line 75 of file max31855_params.h.