32 #ifndef BH1750FVI_PARAM_I2C
33 #define BH1750FVI_PARAM_I2C I2C_DEV(0)
35 #ifndef BH1750FVI_PARAM_ADDR
36 #define BH1750FVI_PARAM_ADDR (BH1750FVI_DEFAULT_ADDR)
39 #ifndef BH1750FVI_PARAMS
40 #define BH1750FVI_PARAMS { .i2c = BH1750FVI_PARAM_I2C, \
41 .addr = BH1750FVI_PARAM_ADDR }
Interface definition for the Rohm BH1750FVI ambient light sensor.
static const bh1750fvi_params_t bh1750fvi_params[]
BH1750FVI configuration.
Set of configuration parameters for BH1750FV devices.