ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::ld2410 |
Functions | |
std::string | esphome::ld2410::format_version (uint8_t *buffer) |
const std::string | esphome::ld2410::UNKNOWN_MAC ("unknown") |
const std::string | esphome::ld2410::NO_MAC ("08:05:04:03:02:01") |
std::string | esphome::ld2410::format_mac (uint8_t *buffer) |
std::function< void(void)> | esphome::ld2410::set_number_value (number::Number *n, float value) |
Variables | |
const char | esphome::ld2410::VERSION_FMT [] = "%u.%02X.%02X%02X%02X%02X" |
const char | esphome::ld2410::MAC_FMT [] = "%02X:%02X:%02X:%02X:%02X:%02X" |