blob: b122b48896c8fe0d146def28ee382f747cab1a95 [file] [log] [blame]
/*
* Copyright (c) 2022, Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
#include <zephyr/drivers/sensor.h>
enum sensor_attribute_qdec_mcux {
/* Number of counts per revolution */
SENSOR_ATTR_QDEC_MOD_VAL = SENSOR_ATTR_PRIV_START,
};
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_ */