DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
Ld2410State Struct Reference

Target presence state (report payload byte 2). More...

#include <ld2410.h>

Static Public Attributes

static constexpr uint8_t LD2410_STATE_NONE = 0x00
 no target
 
static constexpr uint8_t LD2410_STATE_MOVING = 0x01
 moving target only
 
static constexpr uint8_t LD2410_STATE_STATIC = 0x02
 stationary target only
 
static constexpr uint8_t LD2410_STATE_BOTH = 0x03
 both a moving and a stationary target
 

Detailed Description

Target presence state (report payload byte 2).

Definition at line 39 of file ld2410.h.

Member Data Documentation

◆ LD2410_STATE_NONE

constexpr uint8_t Ld2410State::LD2410_STATE_NONE = 0x00
staticconstexpr

no target

Definition at line 41 of file ld2410.h.

◆ LD2410_STATE_MOVING

constexpr uint8_t Ld2410State::LD2410_STATE_MOVING = 0x01
staticconstexpr

moving target only

Definition at line 42 of file ld2410.h.

◆ LD2410_STATE_STATIC

constexpr uint8_t Ld2410State::LD2410_STATE_STATIC = 0x02
staticconstexpr

stationary target only

Definition at line 43 of file ld2410.h.

◆ LD2410_STATE_BOTH

constexpr uint8_t Ld2410State::LD2410_STATE_BOTH = 0x03
staticconstexpr

both a moving and a stationary target

Definition at line 44 of file ld2410.h.


The documentation for this struct was generated from the following file: