19 #ifndef SI114X_PARAMS_H
20 #define SI114X_PARAMS_H
35 #ifndef SI114X_PARAM_I2C_DEV
36 #define SI114X_PARAM_I2C_DEV I2C_DEV(0)
40 #define SI114X_PARAMS { .i2c_dev = SI114X_PARAM_I2C_DEV, \
41 .led_current = SI114X_PS_LED1 }
43 #ifndef SI114X_SAUL_INFO
44 #define SI114X_SAUL_INFO { .name = "si114x" }
SAUL registry interface definition.
Device driver interface for the Si114x sensors family.
Internal addresses, registers, constants for the Si114x sensors family.
static const si114x_params_t si114x_params[]
Configure Si114x.
saul_reg_t si114x_saul_reg_info[]
Allocate and configure entries to the SAUL registry.
Device initialization parameters.