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

Default configuration for MH-Z19. More...

Detailed Description

Default configuration for MH-Z19.

Author
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net
Christian Manal manal.nosp@m.@uni.nosp@m.-brem.nosp@m.en.d.nosp@m.e

Definition in file mhz19_params.h.

#include "board.h"
#include "mhz19.h"
#include "saul_reg.h"
+ Include dependency graph for mhz19_params.h:

Go to the source code of this file.

Variables

static const mhz19_params_t mhz19_params []
 Configure MHZ19.
 
static const saul_reg_info_t mhz19_saul_info []
 Configuration details of SAUL registry entries.
 

Set default configuration parameters for the MH-Z19

#define MHZ19_SAUL_INFO   { .name = "mh-z19" }
 

Macro Definition Documentation

◆ MHZ19_SAUL_INFO

#define MHZ19_SAUL_INFO   { .name = "mh-z19" }

Definition at line 57 of file mhz19_params.h.

Variable Documentation

◆ mhz19_params

const mhz19_params_t mhz19_params[]
static
Initial value:
=
{
MHZ19_PARAMS
}

Configure MHZ19.

Definition at line 64 of file mhz19_params.h.

◆ mhz19_saul_info

const saul_reg_info_t mhz19_saul_info[]
static
Initial value:
=
{
MHZ19_SAUL_INFO
}

Configuration details of SAUL registry entries.

This two dimensional array contains static details of the sensors for each device. Please be awar that the indexes are used in auto_init_mhz280, so make sure the indexes match.

Definition at line 76 of file mhz19_params.h.