Loading...
Searching...
No Matches

Default configuration for SI1133. More...

Detailed Description

Default configuration for SI1133.

Author
iosabi iosab.nosp@m.i@pr.nosp@m.otonm.nosp@m.ail..nosp@m.com

Definition in file si1133_params.h.

#include "board.h"
#include "si1133.h"
#include "saul_reg.h"
#include "si1133_internals.h"
+ Include dependency graph for si1133_params.h:

Go to the source code of this file.

Variables

static const si1133_params_t si1133_params []
 Configure Si1133.
 
saul_reg_t si1133_saul_reg_info []
 Allocate and configure entries to the SAUL registry.
 

Set default configuration parameters for the Si1133

#define SI1133_PARAM_I2C_DEV   I2C_DEV(0)
 
#define SI1133_PARAM_ADDR   SI1133_I2C_ADDRESS
 
#define SI1133_PARAMS
 
#define SI1133_SAUL_INFO   { .name = "si1133" }
 

Macro Definition Documentation

◆ SI1133_PARAM_ADDR

#define SI1133_PARAM_ADDR   SI1133_I2C_ADDRESS

Definition at line 40 of file si1133_params.h.

◆ SI1133_PARAM_I2C_DEV

#define SI1133_PARAM_I2C_DEV   I2C_DEV(0)

Definition at line 36 of file si1133_params.h.

◆ SI1133_PARAMS

#define SI1133_PARAMS
Value:
{ .i2c_dev = SI1133_PARAM_I2C_DEV, \
.address = SI1133_PARAM_ADDR }

Definition at line 44 of file si1133_params.h.

◆ SI1133_SAUL_INFO

#define SI1133_SAUL_INFO   { .name = "si1133" }

Definition at line 49 of file si1133_params.h.

Variable Documentation

◆ si1133_params

const si1133_params_t si1133_params[]
static
Initial value:
=
{
SI1133_PARAMS
}

Configure Si1133.

Definition at line 56 of file si1133_params.h.

◆ si1133_saul_reg_info

saul_reg_t si1133_saul_reg_info[]
Initial value:
=
{
SI1133_SAUL_INFO
}

Allocate and configure entries to the SAUL registry.

Definition at line 64 of file si1133_params.h.