Default configuration for the MAX31855 driver. More...
Default configuration for the MAX31855 driver.
Definition in file 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 46 of file max31855_params.h.
#define MAX31855_PARAM_PARAM_SPI (SPI_DEV(0)) |
Default SPI bus for the MAX31855 driver.
Definition at line 40 of file max31855_params.h.
#define MAX31855_PARAMS |
Default parameters for the MAX31855 driver.
Definition at line 52 of file max31855_params.h.
#define MAX31855_SAULINFO { .name = "max31855_thermo" },{ .name = "max31855_internal" } |
Default SAUL info for the MAX31855 driver.
Definition at line 61 of file max31855_params.h.
|
static |
Configuration structs for the MAX31855 driver.
Definition at line 68 of file max31855_params.h.
|
static |
Allocate and configure entries to the SAUL registry.
Definition at line 76 of file max31855_params.h.