10 lines
244 B
YAML
10 lines
244 B
YAML
|
# Copyright (c) 2020 Facebook, Inc. and its affiliates
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
Bosch BMP388 pressure sensor accessed through I2C bus
|
||
|
|
||
|
compatible: "bosch,bmp388"
|
||
|
|
||
|
include: [i2c-device.yaml, "bosch,bmp388.yaml"]
|