7 .exposureTime =
MS320 };
14 uint8_t configuration = 0;
18 configuration += VEML6040_IT_40MS;
21 configuration += VEML6040_IT_80MS;
24 configuration += VEML6040_IT_160MS;
27 configuration += VEML6040_IT_320MS;
30 configuration += VEML6040_IT_640MS;
33 configuration += VEML6040_IT_1280MS;
37 configuration += (config.
mode ==
MANUAL) ? VEML6040_AF_FORCE : VEML6040_AF_AUTO;
38 configuration += config.
enabled ? VEML6040_SD_ENABLE : VEML6040_SD_DISABLE;
54 Serial.println(
"Color is not supported by the sensor");