18 lines
339 B
YAML
18 lines
339 B
YAML
#
|
|
# Copyright (c) 2018 Philémon Jaermann
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: STMicroelectronics MEMS sensors LSM303DLHC
|
|
|
|
description: >
|
|
This binding gives a base representation of LSM303DLHC acceleration sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lsm303dlhc-accel"
|