Default parameters for the SHTC1 Temperature and humidity sensor. More...

Detailed Description

Default parameters for the SHTC1 Temperature and humidity sensor.

Author
Steffen Robertz steff.nosp@m.en.r.nosp@m.obert.nosp@m.z@rw.nosp@m.th-aa.nosp@m.chen.nosp@m..de
Josua Arndt jarnd.nosp@m.t@ia.nosp@m.s.rwt.nosp@m.h-aa.nosp@m.chen..nosp@m.de

Definition in file shtc1_params.h.

#include "board.h"
#include "shtc1.h"
#include "shtc1_regs.h"
#include "saul_reg.h"
+ Include dependency graph for shtc1_params.h:

Go to the source code of this file.

Variables

static const shtc1_params_t shtc1_params []
 Allocation of SHTC1 configuration. More...
 
static const saul_reg_info_t shtc1_saul_info []
 Configure SAUL registry entries. More...
 

Default configuration parameters for SHTC1 sensors

#define SHTC1_PARAM_I2C_DEV   (I2C_DEV(0))
 
#define SHTC1_PARAM_I2C_ADDR   SHTC1_I2C_ADDRESS
 
#define SHTC1_PARAMS
 
#define SHTC1_SAUL_INFO
 

Macro Definition Documentation

◆ SHTC1_PARAMS

#define SHTC1_PARAMS
Value:
{ .i2c_dev = SHTC1_PARAM_I2C_DEV, \
.i2c_addr = SHTC1_PARAM_I2C_ADDR }

Definition at line 45 of file shtc1_params.h.

◆ SHTC1_SAUL_INFO

#define SHTC1_SAUL_INFO
Value:
{ .name = "shtc1 temperature" }, \
{ .name = "shtc1 humidity" }

Definition at line 49 of file shtc1_params.h.

Variable Documentation

◆ shtc1_params

const shtc1_params_t shtc1_params[]
static
Initial value:
=
{
SHTC1_PARAMS
}

Allocation of SHTC1 configuration.

Definition at line 57 of file shtc1_params.h.

◆ shtc1_saul_info

const saul_reg_info_t shtc1_saul_info[]
static
Initial value:
=
{
SHTC1_SAUL_INFO
}

Configure SAUL registry entries.

Definition at line 65 of file shtc1_params.h.