Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mhz19b.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 G-Technologies Sdn. Bhd.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MHZ19B_H_
16
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MHZ19B_H_
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
#include <
zephyr/drivers/sensor.h
>
23
24
enum
sensor_attribute_mhz19b
{
26
SENSOR_ATTR_MHZ19B_ABC
=
SENSOR_ATTR_PRIV_START
,
27
};
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MHZ19B_H_ */
SENSOR_ATTR_PRIV_START
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:359
sensor_attribute_mhz19b
sensor_attribute_mhz19b
Definition
mhz19b.h:24
SENSOR_ATTR_MHZ19B_ABC
@ SENSOR_ATTR_MHZ19B_ABC
Automatic Baseline Correction Self Calibration Function.
Definition
mhz19b.h:26
sensor.h
Public APIs for the sensor driver.
zephyr
drivers
sensor
mhz19b.h
Generated on Sat Nov 9 2024 00:03:12 for Zephyr API Documentation by
1.12.0