Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sgp40.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021, Leonard Pollak
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
16#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_SGP40_H_
17#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_SGP40_H_
18
26#ifdef __cplusplus
27extern "C" {
28#endif
29
43
44#ifdef __cplusplus
45}
46#endif
47
52#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_SGP40_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:376
sensor_attribute_sgp40
Custom sensor attributes for SGP40.
Definition sgp40.h:33
@ SENSOR_ATTR_SGP40_TEMPERATURE
Temperature in degC (only the integer part is used).
Definition sgp40.h:37
@ SENSOR_ATTR_SGP40_HUMIDITY
Relative Humidity in % (only the integer part is used).
Definition sgp40.h:41