22 lines
333 B
YAML
22 lines
333 B
YAML
|
#
|
||
|
# Copyright (c) 2018, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: FXAS21002 3-axis gyroscope
|
||
|
id: nxp,fxas21002
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This is a representation of the FXAS21002 3-axis gyroscope sensor
|
||
|
|
||
|
inherits:
|
||
|
!include i2c-device.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "nxp,fxas21002"
|
||
|
|
||
|
...
|