ESPHome 2025.5.0
Loading...
Searching...
No Matches
ld2420_sensor.cpp
Go to the documentation of this file.
1#include "ld2420_sensor.h"
3#include "esphome/core/log.h"
4
5namespace esphome {
6namespace ld2420 {
7
8static const char *const TAG = "LD2420.sensor";
9
11 ESP_LOGCONFIG(TAG, "LD2420 Sensor:");
12 LOG_SENSOR(" ", "Distance", this->distance_sensor_);
13}
14
15} // namespace ld2420
16} // namespace esphome
sensor::Sensor * distance_sensor_
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7