ESPHome  2023.5.5
Data Structures | Namespaces | Enumerations
ld2410.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::ld2410::LD2410Component
 

Namespaces

 esphome
 
 esphome::ld2410
 

Enumerations

enum  esphome::ld2410::PeriodicDataStructure : uint8_t {
  esphome::ld2410::DATA_TYPES = 5, esphome::ld2410::TARGET_STATES = 8, esphome::ld2410::MOVING_TARGET_LOW = 9, esphome::ld2410::MOVING_TARGET_HIGH = 10,
  esphome::ld2410::MOVING_ENERGY = 11, esphome::ld2410::STILL_TARGET_LOW = 12, esphome::ld2410::STILL_TARGET_HIGH = 13, esphome::ld2410::STILL_ENERGY = 14,
  esphome::ld2410::DETECT_DISTANCE_LOW = 15, esphome::ld2410::DETECT_DISTANCE_HIGH = 16
}
 
enum  esphome::ld2410::PeriodicDataValue : uint8_t { esphome::ld2410::HEAD = 0XAA, esphome::ld2410::END = 0x55, esphome::ld2410::CHECK = 0x00 }
 
enum  esphome::ld2410::AckDataStructure : uint8_t { esphome::ld2410::COMMAND = 6, esphome::ld2410::COMMAND_STATUS = 7 }