20 lines
381 B
YAML
20 lines
381 B
YAML
#
|
|
# Copyright (c) 2018, Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: TE Connectivity digital pressure sensor MS5837
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the MS5837 digital pressure
|
|
sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "meas,ms5837"
|