19 #ifndef BH1900NUX_PARAMS_H
20 #define BH1900NUX_PARAMS_H
33 #ifndef BH1900NUX_PARAM_I2C
34 #define BH1900NUX_PARAM_I2C I2C_DEV(0)
36 #ifndef BH1900NUX_PARAM_ADDR
37 #define BH1900NUX_PARAM_ADDR (BH1900NUX_DEFAULT_ADDR)
40 #ifndef BH1900NUX_PARAMS
41 #define BH1900NUX_PARAMS { .i2c = BH1900NUX_PARAM_I2C, \
42 .addr = BH1900NUX_PARAM_ADDR }
Interface definition for the BH1900NUX temperature sensor.
static const bh1900nux_params_t bh1900nux_params[]
BH1900NUX configuration.
Set of configuration parameters for BH1900NUX devices.