19 lines
334 B
YAML
19 lines
334 B
YAML
#
|
|
# Copyright (c) 2019, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: BME280 Integrated environmental sensor
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the BME280 Integrated environmental sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "bosch,bme280"
|