21 lines
342 B
YAML
21 lines
342 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 spi-device.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "bosch,bme280"
|
||
|
|
||
|
...
|