19 #ifndef BH1750FVI_PARAMS_H
20 #define BH1750FVI_PARAMS_H
33 #ifndef BH1750FVI_PARAM_I2C
34 #define BH1750FVI_PARAM_I2C I2C_DEV(0)
36 #ifndef BH1750FVI_PARAM_ADDR
37 #define BH1750FVI_PARAM_ADDR (BH1750FVI_DEFAULT_ADDR)
40 #ifndef BH1750FVI_PARAMS
41 #define BH1750FVI_PARAMS { .i2c = BH1750FVI_PARAM_I2C, \
42 .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.