Default configuration for the MAX31865 driver. More...
Default configuration for the MAX31865 driver.
Definition in file max31865_params.h.
#include "board.h"#include "saul_reg.h"#include "max31865.h"#include "max31865_internal.h"#include "max31865_lut.h"
 Include dependency graph for max31865_params.h:Go to the source code of this file.
Variables | |
| static const max31865_params_t | max31865_params [] | 
| Configuration structs for the MAX31865 driver.  More... | |
| static const saul_reg_info_t | max31865_saul_info [] | 
| Allocate and configure entries to the SAUL registry.  More... | |
Default configuration for the MAX31865 driver | |
| #define | MAX31865_PARAM_SPI (SPI_DEV(0)) | 
| Default SPI bus for the MAX31865 driver.  | |
| #define | MAX31865_PARAM_CS_PIN (GPIO_PIN(0, 5)) | 
| Default CS pin for the MAX31865 driver.  | |
| #define | MAX31865_PARAM_CFG_BYTE | 
| Configuration byte definition.  More... | |
| #define | MAX31865_PARAM_TEMP_THRES_LOW -19900 | 
| Low temperature threshold.  | |
| #define | MAX31865_PARAM_TEMP_THRES_HIGH 64900 | 
| High temperature threshold.  | |
| #define | MAX31865_PARAMS | 
| Default parameters for the MAX31865 driver.  More... | |
| #define | MAX31865_SAUL_INFO { .name = "max31865_rtd" } | 
| Default SAUL info for the MAX31865 driver.  | |
| #define MAX31865_PARAM_CFG_BYTE | 
Configuration byte definition.
Definition at line 55 of file max31865_params.h.
| #define MAX31865_PARAMS | 
Default parameters for the MAX31865 driver.
Definition at line 79 of file max31865_params.h.
      
  | 
  static | 
Configuration structs for the MAX31865 driver.
Definition at line 100 of file max31865_params.h.
      
  | 
  static | 
Allocate and configure entries to the SAUL registry.
Definition at line 108 of file max31865_params.h.