4828340b92
The LIS2DE12 is an ultra-low-power high- performance three-axis linear accelerometer belonging to the “femto” family with digital I2C/SPI serial interface standard output. This driver is based on stmemsc HAL i/f v2.3 https://www.st.com/en/datasheet/lis2de12.pdf Signed-off-by: Armando Visconti <armando.visconti@st.com>
11 lines
283 B
YAML
11 lines
283 B
YAML
# Copyright (c) 2024 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics LIS2DE12 3-axis ultra-low power accelerometer sensor
|
|
accessed through SPI bus
|
|
|
|
compatible: "st,lis2de12"
|
|
|
|
include: ["spi-device.yaml", "st,lis2de12-common.yaml"]
|