50edb6f22c
This adds an example application for Sensirions SGP40 gas sensor and SHT4X T/RH sensor. The measured T/RH are used to make use of the on-chip T/RH compensation of the SGP40. Signed-off-by: Leonard Pollak <leonardp@tr-host.de>
14 lines
239 B
YAML
14 lines
239 B
YAML
#
|
|
# Copyright (c) 2021 Leonard Pollak
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: SGP40 and SHT4X Sensor Sample
|
|
tests:
|
|
sample.sensor.sgp40_sht4x:
|
|
build_only: true
|
|
platform_allow: blackpill_f411ce
|
|
tags: sensors
|