Loading...
Searching...
No Matches

Default configuration for SI114x. More...

Detailed Description

Default configuration for SI114x.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

Definition in file si114x_params.h.

#include "board.h"
#include "si114x.h"
#include "saul_reg.h"
#include "si114x_internals.h"
+ Include dependency graph for si114x_params.h:

Go to the source code of this file.

Variables

static const si114x_params_t si114x_params []
 Configure Si114x.
 
saul_reg_t si114x_saul_reg_info []
 Allocate and configure entries to the SAUL registry.
 

Set default configuration parameters for the Si114x

#define SI114X_PARAM_I2C_DEV   I2C_DEV(0)
 
#define SI114X_PARAMS
 
#define SI114X_SAUL_INFO   { .name = "si114x" }
 

Macro Definition Documentation

◆ SI114X_PARAM_I2C_DEV

#define SI114X_PARAM_I2C_DEV   I2C_DEV(0)

Definition at line 36 of file si114x_params.h.

◆ SI114X_PARAMS

#define SI114X_PARAMS
Value:
{ .i2c_dev = SI114X_PARAM_I2C_DEV, \
.led_current = SI114X_PS_LED1 }
@ SI114X_PS_LED1
5.6mA
Definition si114x.h:48

Definition at line 40 of file si114x_params.h.

◆ SI114X_SAUL_INFO

#define SI114X_SAUL_INFO   { .name = "si114x" }

Definition at line 44 of file si114x_params.h.

Variable Documentation

◆ si114x_params

const si114x_params_t si114x_params[]
static
Initial value:
=
{
SI114X_PARAMS
}

Configure Si114x.

Definition at line 51 of file si114x_params.h.

◆ si114x_saul_reg_info

saul_reg_t si114x_saul_reg_info[]
Initial value:
=
{
SI114X_SAUL_INFO
}

Allocate and configure entries to the SAUL registry.

Definition at line 59 of file si114x_params.h.