34 #ifndef SI114X_PARAM_I2C_DEV 
   35 #define SI114X_PARAM_I2C_DEV         I2C_DEV(0) 
   39 #define SI114X_PARAMS                { .i2c_dev     = SI114X_PARAM_I2C_DEV, \ 
   40                                        .led_current = SI114X_PS_LED1 } 
   42 #ifndef SI114X_SAUL_INFO 
   43 #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.