33 #ifndef VEML6070_PARAM_I2C_DEV
34 #define VEML6070_PARAM_I2C_DEV I2C_DEV(0)
36 #ifndef VEML6070_PARAM_ITIME
37 #define VEML6070_PARAM_ITIME VEML6070_1_T
40 #ifndef VEML6070_PARAMS
41 #define VEML6070_PARAMS { .i2c_dev = VEML6070_PARAM_I2C_DEV, \
42 .itime = VEML6070_PARAM_ITIME }
44 #ifndef VEML6070_SAUL_INFO
45 #define VEML6070_SAUL_INFO { .name = "veml6070" }
SAUL registry interface definition.
Additional data to collect for each entry.
Device initialization parameters.
Device driver interface for the VEML6070 UV sensor.
static const veml6070_params_t veml6070_params[]
Configure VEML6070.
static const saul_reg_info_t veml6070_saul_info[]
Configure SAUL registry entries.