4edc8bd4e5
Migrates all Bosch sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
9 lines
204 B
YAML
9 lines
204 B
YAML
# Copyright (c) 2019, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: BME280 integrated environmental sensor
|
|
|
|
compatible: "bosch,bme280"
|
|
|
|
include: [sensor-device.yaml, spi-device.yaml]
|