Loading...
Searching...
No Matches

Default configuration. More...

Detailed Description

Default configuration.

Author
Bas Stottelaar basst.nosp@m.otte.nosp@m.laar@.nosp@m.gmai.nosp@m.l.com

Definition in file amg88xx_params.h.

#include "board.h"
#include "saul_reg.h"
#include "amg88xx.h"
+ Include dependency graph for amg88xx_params.h:

Go to the source code of this file.

Variables

static const amg88xx_params_t amg88xx_params []
 Configure AMG88xx.
 
static const saul_reg_info_t amg88xx_saul_info []
 Configure SAUL registry entries.
 

Set default configuration parameters for the AMG88xx sensor

#define AMG88XX_PARAM_I2C_DEV   I2C_DEV(0)
 I2C device.
 
#define AMG88XX_PARAM_ADDR   AMG88XX_I2C_ADDRESS
 I2C address.
 
#define AMG88XX_PARAMS
 Default params.
 
#define AMG88XX_SAUL_INFO   { .name = "amg88xx" }
 SAUL info.
 

Macro Definition Documentation

◆ AMG88XX_PARAM_ADDR

#define AMG88XX_PARAM_ADDR   AMG88XX_I2C_ADDRESS

I2C address.

Definition at line 35 of file amg88xx_params.h.

◆ AMG88XX_PARAM_I2C_DEV

#define AMG88XX_PARAM_I2C_DEV   I2C_DEV(0)

I2C device.

Definition at line 32 of file amg88xx_params.h.

◆ AMG88XX_PARAMS

#define AMG88XX_PARAMS
Value:
{ .i2c_dev = AMG88XX_PARAM_I2C_DEV, \
.address = AMG88XX_PARAM_ADDR, \
.int_pin = AMG88XX_PARAM_INT_PIN }
#define AMG88XX_PARAM_ADDR
I2C address.
#define AMG88XX_PARAM_I2C_DEV
I2C device.

Default params.

Definition at line 45 of file amg88xx_params.h.

◆ AMG88XX_SAUL_INFO

#define AMG88XX_SAUL_INFO   { .name = "amg88xx" }

SAUL info.

Definition at line 54 of file amg88xx_params.h.

Variable Documentation

◆ amg88xx_params

const amg88xx_params_t amg88xx_params[]
static
Initial value:
=
{
}
#define AMG88XX_PARAMS
Default params.

Configure AMG88xx.

Definition at line 61 of file amg88xx_params.h.

◆ amg88xx_saul_info

const saul_reg_info_t amg88xx_saul_info[]
static
Initial value:
=
{
}
#define AMG88XX_SAUL_INFO
SAUL info.

Configure SAUL registry entries.

Definition at line 69 of file amg88xx_params.h.