Go to the documentation of this file.
19 #ifndef DS75LX_PARAMS_H
20 #define DS75LX_PARAMS_H
35 #ifndef DS75LX_PARAM_I2C_DEV
36 #define DS75LX_PARAM_I2C_DEV I2C_DEV(0)
38 #ifndef DS75LX_PARAM_I2C_ADDR
39 #define DS75LX_PARAM_I2C_ADDR DS75LX_ADDR
41 #ifndef DS75LX_PARAM_RESOLUTION
42 #define DS75LX_PARAM_RESOLUTION DS75LX_RESOLUTION_10
46 #define DS75LX_PARAMS { .i2c = DS75LX_PARAM_I2C_DEV, \
47 .addr = DS75LX_PARAM_I2C_ADDR, \
48 .resolution = DS75LX_PARAM_RESOLUTION }
50 #ifndef DS75LX_SAUL_INFO
51 #define DS75LX_SAUL_INFO { .name = "ds75lx" }
Additional data to collect for each entry.
Internal addresses, registers, constants for the DS75LX sensor.
SAUL registry interface definition.
static const ds75lx_params_t ds75lx_params[]
Configure DS75LX.
static const saul_reg_info_t ds75lx_saul_info[]
Configure SAUL registry entries.
Device initialization parameters.