Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
xbr818.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024, MASSDRIVER EI (massdriver.space)
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
14#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_XBR818_H_
15#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_XBR818_H_
16
24#ifdef __cplusplus
25extern "C" {
26#endif
27
49
50#ifdef __cplusplus
51}
52#endif
53
58#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_XBR818_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:376
sensor_attribute_xbr818
Custom sensor attributes for XBR818.
Definition xbr818.h:31
@ SENSOR_ATTR_XBR818_LOCK_TIME
How long output stays triggered after no more activity is detected, in seconds.
Definition xbr818.h:39
@ SENSOR_ATTR_XBR818_NOISE_FLOOR
Noise floor Threshold for Radar, 16 first LSBs of the integer part.
Definition xbr818.h:43
@ SENSOR_ATTR_XBR818_RF_POWER
RF Power for Radar, 0 to 7, LSB of the integer part.
Definition xbr818.h:47
@ SENSOR_ATTR_XBR818_DELAY_TIME
Time of received activity before output is triggered, in seconds.
Definition xbr818.h:35