Zephyr Project API 4.2.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sensor_axis_align.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 CogniPilot Foundation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
6#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
7
18#define SENSOR_AXIS_ALIGN_DT_X 0
19#define SENSOR_AXIS_ALIGN_DT_Y 1
20#define SENSOR_AXIS_ALIGN_DT_Z 2
27#define SENSOR_AXIS_ALIGN_DT_NEG 0
28#define SENSOR_AXIS_ALIGN_DT_POS 2
34#endif /*ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_ */