Loading...
Searching...
No Matches

Default configuration for the MAX31855 driver. More...

Detailed Description

Default configuration for the MAX31855 driver.

Author
Leandro Lanzieri leand.nosp@m.ro.l.nosp@m.anzie.nosp@m.ri@h.nosp@m.aw-ha.nosp@m.mbur.nosp@m.g.de

Definition in file max31855_params.h.

#include "board.h"
#include "saul_reg.h"
#include "max31855.h"
#include "max31855_constants.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.
 

Macro Definition Documentation

◆ MAX31855_PARAM_PARAM_CS_PIN

#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.

◆ MAX31855_PARAM_PARAM_SPI

#define MAX31855_PARAM_PARAM_SPI   (SPI_DEV(0))

Default SPI bus for the MAX31855 driver.

Definition at line 40 of file max31855_params.h.

◆ MAX31855_PARAMS

#define MAX31855_PARAMS
Value:
{ \
}
#define MAX31855_PARAM_PARAM_SPI
Default SPI bus for the MAX31855 driver.
#define MAX31855_PARAM_PARAM_CS_PIN
Default CS pin for the MAX31855 driver.

Default parameters for the MAX31855 driver.

Definition at line 52 of file max31855_params.h.

◆ MAX31855_SAULINFO

#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.

Variable Documentation

◆ max31855_params

const max31855_params_t max31855_params[]
static
Initial value:
=
{
}
#define MAX31855_PARAMS
Default parameters for the MAX31855 driver.

Configuration structs for the MAX31855 driver.

Definition at line 68 of file max31855_params.h.

◆ max31855_saul_info

const saul_reg_info_t max31855_saul_info[]
static
Initial value:
=
{
}
#define MAX31855_SAULINFO
Default SAUL info for the MAX31855 driver.

Allocate and configure entries to the SAUL registry.

Definition at line 76 of file max31855_params.h.