Add optional trigger support to sample. If the selected temperature sensor supports triggering using the AMBIENT_TEMP channel, then temperature thresholds will be set for +0.5 and +1.5 degrees celsius above ambient temperature. Sample overlays are provided for the FRDM_K22F board to demonstrate enabling this feature. Signed-off-by: Daniel DeGrasse <daniel@degrasse.com>
10 lines
214 B
YAML
10 lines
214 B
YAML
sample:
|
|
name: Temperature Sensor
|
|
tests:
|
|
sample.sensor.thermometer:
|
|
tags: sensors
|
|
harness: sensor
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
platform_allow: nrf52840dk_nrf52840 frdm_k22f
|