Loading...
Searching...
No Matches
lc709203f_params.h File Reference

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 lc709203f_params.h.

#include "board.h"
#include "lc709203f.h"
+ Include dependency graph for lc709203f_params.h:

Go to the source code of this file.

Variables

static const lc709203f_params_t params_default []
 Allocation of LC709203f configuration.
 

Default parameters for the SHTC1 Temperature and humidity sensor

#define LC709203F_PARAMS_I2C   (I2C_DEV(0))
 Default configuration parameters for LC709203F sensors.
 
#define LC709203F_PARAMS_ADDR   (0xb)
 
#define LC709203F_PARAMS_ALARM_PIN   GPIO_PIN(4, 6)
 
#define LC709203F_PARAMS
 

Macro Definition Documentation

◆ LC709203F_PARAMS

#define LC709203F_PARAMS
Value:
{ .alarm_pin = LC709203F_PARAMS_ALARM_PIN, \
.addr = LC709203F_PARAMS_ADDR }
#define LC709203F_PARAMS_I2C
Default configuration parameters for LC709203F sensors.

Definition at line 45 of file lc709203f_params.h.

◆ LC709203F_PARAMS_ADDR

#define LC709203F_PARAMS_ADDR   (0xb)

Definition at line 38 of file lc709203f_params.h.

◆ LC709203F_PARAMS_ALARM_PIN

#define LC709203F_PARAMS_ALARM_PIN   GPIO_PIN(4, 6)

Definition at line 41 of file lc709203f_params.h.

◆ LC709203F_PARAMS_I2C

#define LC709203F_PARAMS_I2C   (I2C_DEV(0))

Default configuration parameters for LC709203F sensors.

Definition at line 35 of file lc709203f_params.h.

Variable Documentation

◆ params_default

const lc709203f_params_t params_default[]
static
Initial value:
= {
LC709203F_PARAMS
}

Allocation of LC709203f configuration.

Definition at line 54 of file lc709203f_params.h.