- Test all attribute combinations of Vishay sensor VEML6031 which is an ambient light sensor. - Print out saturation case of sensor. - Idea is to be able to find a good combination of attributes for an optimal working area. Signed-off-by: Andreas Klinger <ak@it-klinger.de>
11 lines
250 B
YAML
11 lines
250 B
YAML
sample:
|
|
name: VEML6031 Sensor Sample
|
|
tests:
|
|
sample.sensor.veml6031:
|
|
harness: sensor
|
|
platform_allow: olimex_stm32_e407
|
|
integration_platforms:
|
|
- olimex_stm32_e407
|
|
tags: sensors
|
|
filter: dt_compat_enabled("vishay,veml6031")
|