38#ifndef MAX31855_PARAM_PARAM_SPI 
   39#define MAX31855_PARAM_PARAM_SPI        (SPI_DEV(0)) 
   44#ifndef MAX31855_PARAM_PARAM_CS_PIN 
   45#define MAX31855_PARAM_PARAM_CS_PIN     (GPIO_PIN(0, 4)) 
   50#ifndef MAX31855_PARAMS 
   51#define MAX31855_PARAMS {                   \ 
   52            .spi = MAX31855_PARAM_PARAM_SPI,        \ 
   53            .cs_pin = MAX31855_PARAM_PARAM_CS_PIN,  \ 
 
   59#ifndef MAX31855_SAULINFO 
   60#define MAX31855_SAULINFO { .name = "max31855_thermo" },{ .name = "max31855_internal" } 
Internal addresses, registers and constants.
 
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.
 
#define MAX31855_PARAMS
Default parameters for the MAX31855 driver.
 
#define MAX31855_SAULINFO
Default SAUL info for the MAX31855 driver.
 
SAUL registry interface definition.
 
Device initialization parameters.
 
Additional data to collect for each entry.