Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ens160.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Gustavo Silva
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_ENS160_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ENS160_H_
14
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
27
35
51
52#ifdef __cplusplus
53}
54#endif
55
59
60#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_ENS160_H_ */
sensor_attribute_ens160
Custom sensor attributes for ENS160.
Definition ens160.h:39
sensor_channel_ens160
Custom sensor channels for ENS160.
Definition ens160.h:31
@ SENSOR_ATTR_ENS160_TEMP
Temperature compensation.
Definition ens160.h:44
@ SENSOR_ATTR_ENS160_RH
Relative humidity compensation.
Definition ens160.h:49
@ SENSOR_CHAN_ENS160_AQI
Air Quality Index.
Definition ens160.h:33
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:383
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:225
Main header file for sensor driver API.