Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mlx90394.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Florian Weber <Florian.Weber@live.de>
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
14#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_
15#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
22
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:368
mlx90394_sensor_attribute
Definition mlx90394.h:23
@ MLX90394_SENSOR_ATTR_TEMP_FILTER
Definition mlx90394.h:28
@ MLX90394_SENSOR_ATTR_MAGN_OSR
Definition mlx90394.h:27
@ MLX90394_SENSOR_ATTR_MAGN_LOW_NOISE
Definition mlx90394.h:24
@ MLX90394_SENSOR_ATTR_MAGN_FILTER_XY
Definition mlx90394.h:25
@ MLX90394_SENSOR_ATTR_MAGN_FILTER_Z
Definition mlx90394.h:26
@ MLX90394_SENSOR_ATTR_TEMP_OSR
Definition mlx90394.h:29
Public APIs for the sensor driver.