mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 11:55:21 +00:00
Adds sensor driver support for the NXP FXAS21002 3-axis gyroscope. Includes statically configurable range and output data rate, as well as the sensor data ready trigger. Datasheet: http://www.nxp.com/assets/documents/data/en/data-sheets/FXAS21002.pdf Jira: ZEP-1392 Change-Id: I84587c4d5e76863245e9d045c6abb10b21b2615a Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# Makefile - FXAS21002 3-axis gyroscope
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
obj-$(CONFIG_FXAS21002) += fxas21002.o
|
|
obj-$(CONFIG_FXAS21002_TRIGGER) += fxas21002_trigger.o
|