19 #ifndef VEML6070_PARAMS_H
20 #define VEML6070_PARAMS_H
34 #ifndef VEML6070_PARAM_I2C_DEV
35 #define VEML6070_PARAM_I2C_DEV I2C_DEV(0)
37 #ifndef VEML6070_PARAM_ITIME
38 #define VEML6070_PARAM_ITIME VEML6070_1_T
41 #ifndef VEML6070_PARAMS
42 #define VEML6070_PARAMS { .i2c_dev = VEML6070_PARAM_I2C_DEV, \
43 .itime = VEML6070_PARAM_ITIME }
45 #ifndef VEML6070_SAUL_INFO
46 #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.